Skip to content

Commit 7b9eb23

Browse files
committed
Fix CI for Julia 1.6 on macOS
1 parent afc8e98 commit 7b9eb23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,16 @@ jobs:
4242
- 'false' # needed for 1.9+ to test from a session using pkgimages
4343
exclude:
4444
- os: macOS-latest
45-
julia-arch: x86
45+
github-runner: macos-latest # Apple Silicon
4646
- julia-version: '1.6'
4747
coverage: 'false'
4848
- julia-version: '1.7'
4949
coverage: 'false'
5050
- julia-version: '1.8'
5151
coverage: 'false'
52+
include:
53+
- github-runner: macos-13 # Intel
54+
julia-version: '1.6'
5255
steps:
5356
- uses: actions/checkout@v4
5457
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)