Skip to content

Commit

Permalink
Drop CI for MacOS Julia 1.5 (#306)
Browse files Browse the repository at this point in the history
The latest MacOS is not compatible with x86 processors, and Julia 1.5 is only
compatible with x86. We could test on older versions of MacOS, but why bother.
  • Loading branch information
jakobnissen authored May 28, 2024
1 parent 95d9218 commit 18d70d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ jobs:
fail-fast: false
matrix:
julia-version:
- '1.5' # Minimally supported version of Julia
- '1.5' # Minimally supported version of Julia.
- '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
- julia-version: 1
os: macOS-latest
experimental: false

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 18d70d5

Please sign in to comment.