Skip to content

Commit

Permalink
Skip ARM tests for <1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahajha committed Jan 31, 2025
1 parent d1d4748 commit f4d21f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
matrix:
image: [ 'windows-latest', 'ubuntu-latest', 'ubuntu-24.04-arm', 'macos-latest' ]
version: [ '1.9.0', '1.10.2', '1.11.1', '1.12.1' ]
exclude:
# ARM binaries aren't available until 1.12
- image: 'ubuntu-24.04-arm'
version: '1.11.1'
- image: 'ubuntu-24.04-arm'
version: '1.10.2'
- image: 'ubuntu-24.04-arm'
version: '1.9.0'

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit f4d21f1

Please sign in to comment.