Skip to content

Commit

Permalink
github: use ubuntu-latest for PSVita and NSwitch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jun 15, 2023
1 parent c966589 commit 0e16110
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
include:
# Linux build specifically want oldest Ubuntu as possible
# to be crossdistribution compatible, otherwise use ubuntu-latest
- os: ubuntu-20.04
targetos: linux
targetarch: amd64
Expand All @@ -34,10 +36,10 @@ jobs:
# targetos: motomagx
# targetarch: armv6

- os: ubuntu-20.04
- os: ubuntu-latest
targetos: nswitch
targetarch: arm64
- os: ubuntu-20.04
- os: ubuntu-latest
targetos: psvita
targetarch: armv7hf
- os: windows-latest
Expand Down

0 comments on commit 0e16110

Please sign in to comment.