Skip to content

Commit

Permalink
ci: drop tests for ubuntu 20.04 and add tests on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Feb 12, 2025
1 parent d09f65c commit 6c8e73a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-latest
- codspeedhq-arm64-ubuntu-22.04
- codspeedhq-arm64-ubuntu-24.04

runs-on: ${{ matrix.os }}
env:
CODSPEED_SKIP_UPLOAD: true
Expand Down

0 comments on commit 6c8e73a

Please sign in to comment.