Skip to content

Commit

Permalink
added Ubuntu 24.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 26, 2024
1 parent ab050e3 commit 0ce30a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }} # ubuntu-latest
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04] # versions 20, 22
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] # versions 20, 22, 24 LTS
arch:
- amd64
# - arm64
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Archive (dead code)
archive/

# Binaries
bin/

# User files
*.suo
*.user
Expand Down

0 comments on commit 0ce30a9

Please sign in to comment.