Skip to content

Commit

Permalink
Add 1.6 back to CI and include ARM for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed Oct 12, 2024
1 parent 645ab08 commit 6e7e825
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
os:
Expand All @@ -22,11 +23,15 @@ jobs:
arch:
- x64
include:
- os: macOS-latest
arch: arm64
- os: ubuntu-latest
prefix: xvfb-run
exclude:
- os: windows-latest
version: '1.10'
version:
- '1.6'
- '1.10'

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

0 comments on commit 6e7e825

Please sign in to comment.