Skip to content

Commit

Permalink
Disable CI for x86 macOS-latest
Browse files Browse the repository at this point in the history
This combination no longer exists, since the latests versions of MacOS does not
run on x86 processors anymore.
  • Loading branch information
jakobnissen committed Jun 24, 2024
1 parent b82477a commit 2b6dd5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/UnitTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ 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
- julia-version: 1
os: macOS-latest
experimental: false

steps:
- name: Checkout Repository
Expand Down

0 comments on commit 2b6dd5e

Please sign in to comment.