Skip to content

Commit

Permalink
Fix typo: ubuntu-22.04 listed twice, should be 24.04
Browse files Browse the repository at this point in the history
Copy-pasta error in 312b375 probably.
  • Loading branch information
walro committed Aug 26, 2024
1 parent ec095f2 commit 5093799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
arch: [amd64, arm64]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-22.04, debian-10, debian-11, debian-12]
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, debian-10, debian-11, debian-12]
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 5093799

Please sign in to comment.