mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-16 06:56:44 +01:00
github: use ubuntu-latest for PSVita and NSwitch CI
This commit is contained in:
parent
c966589a50
commit
0e16110c3a
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
# Linux build specifically want oldest Ubuntu as possible
|
||||||
|
# to be crossdistribution compatible, otherwise use ubuntu-latest
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
targetos: linux
|
targetos: linux
|
||||||
targetarch: amd64
|
targetarch: amd64
|
||||||
@ -34,10 +36,10 @@ jobs:
|
|||||||
# targetos: motomagx
|
# targetos: motomagx
|
||||||
# targetarch: armv6
|
# targetarch: armv6
|
||||||
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-latest
|
||||||
targetos: nswitch
|
targetos: nswitch
|
||||||
targetarch: arm64
|
targetarch: arm64
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-latest
|
||||||
targetos: psvita
|
targetos: psvita
|
||||||
targetarch: armv7hf
|
targetarch: armv7hf
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user