Skip to content

Commit

Permalink
remove ubuntu-arm test
Browse files Browse the repository at this point in the history
  • Loading branch information
bat52 committed Jan 17, 2025
1 parent 81b5f87 commit 361447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
# https://github.com/actions/setup-python/issues/853
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-24.04-arm] # latest and LTS
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04] # latest and LTS
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 361447b

Please sign in to comment.