Skip to content

Commit

Permalink
Use a latest Ubuntu in CI (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Jan 3, 2025
1 parent f9b3865 commit 1817a58
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86
# This architecture fails with "ARM assembler must define __ARM_ARCH"
# - runner: ubuntu-22.04
# - runner: ubuntu-latest
# target: aarch64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: armv7
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: s390x
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: ppc64le
steps:
- uses: actions/checkout@v4
Expand All @@ -60,13 +60,13 @@ jobs:
strategy:
matrix:
platform:
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86_64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: x86
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: aarch64
- runner: ubuntu-22.04
- runner: ubuntu-latest
target: armv7
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1817a58

Please sign in to comment.