Skip to content

Commit 2b6dd5e

Browse files
committed
Disable CI for x86 macOS-latest
This combination no longer exists, since the latests versions of MacOS does not run on x86 processors anymore.
1 parent b82477a commit 2b6dd5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/UnitTesting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ jobs:
1515
- '1.6' # LTS
1616
- '1'
1717
julia-arch: [x86]
18-
os: [ubuntu-latest, windows-latest, macOS-latest]
18+
os: [ubuntu-latest, windows-latest]
1919
experimental: [false]
2020
include:
2121
- julia-version: nightly
2222
julia-arch: x86
2323
os: ubuntu-latest
2424
experimental: true
25+
- julia-version: 1
26+
os: macOS-latest
27+
experimental: false
2528

2629
steps:
2730
- name: Checkout Repository

0 commit comments

Comments
 (0)