Skip to content

Commit

Permalink
Disable MacOS test on LTS
Browse files Browse the repository at this point in the history
This is because the latest MacOS doesn't work with x86, and Julia LTS doesn't
work with MacOS AArch64.
So instead, we test with 1.9 for MacOS.
  • Loading branch information
jakobnissen committed Jul 3, 2024
1 parent afecf40 commit 42d245f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ jobs:
- '1.6' # LTS
- '1'
julia-arch: [x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
experimental: [false]
include:
- julia-version: nightly
julia-arch: x86
os: ubuntu-latest
experimental: true
# MacOS Aarch64 reached Tier1 support of Julia in version 1.9
- julia-version: '1.9'
os: macOS-latest
experimental: false
- julia-version: '1'
os: macOS-latest
experimental: false

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 42d245f

Please sign in to comment.