Move actions
This commit is contained in:
parent
c7af43b3cb
commit
6461336825
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
linux:
|
||||
name: Linux-x86
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
strategy:
|
||||
matrix:
|
||||
compiler: [g++, clang++]
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
win32:
|
||||
name: Win32
|
||||
runs-on: windows-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
Loading…
Add table
Add a link
Reference in a new issue