Skip to content

Commit

Permalink
update workflow as 24.04 deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed May 10, 2024
1 parent e8184e9 commit b1dded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }} # ubuntu-latest
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] # versions 20, 22, 24 LTS
os: [ubuntu-20.04, ubuntu-22.04] #, ubuntu-24.04] # versions 20, 22, 24 LTS
arch:
- amd64
# - arm64
Expand Down

0 comments on commit b1dded5

Please sign in to comment.