Skip to content

Commit

Permalink
chore: add ubuntu 24.04 to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Oct 14, 2024
1 parent 7b663b1 commit 7a07217
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-latest
runs-on: ${{ matrix.os }}
env:
CODSPEED_SKIP_UPLOAD: true
Expand Down

0 comments on commit 7a07217

Please sign in to comment.