mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 15:48:01 +03:00
CI: ubuntu-latest
-> ubuntu-20.04
(#799)
This commit is contained in:
parent
ab2bfd4b9d
commit
f3fb30fd9d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -73,7 +73,7 @@ jobs:
|
||||
|
||||
testdemos:
|
||||
name: 'Test demos'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
container: s1lentq/testdemos:latest
|
||||
needs: [windows]
|
||||
|
||||
@ -140,7 +140,7 @@ jobs:
|
||||
|
||||
linux:
|
||||
name: 'Linux'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
container: s1lentq/linux86buildtools:latest
|
||||
|
||||
steps:
|
||||
@ -221,7 +221,7 @@ jobs:
|
||||
|
||||
publish:
|
||||
name: 'Publish'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
needs: [windows, testdemos, linux]
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user