Skip to content

Commit d701372

Browse files
committed
next try to fix ci.yml for macOS
1 parent 7b9eb23 commit d701372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
- 'false' # needed for 1.9+ to test from a session using pkgimages
4343
exclude:
4444
- os: macOS-latest
45-
github-runner: macos-latest # Apple Silicon
45+
julia-version: '1.6'
4646
- julia-version: '1.6'
4747
coverage: 'false'
4848
- julia-version: '1.7'
4949
coverage: 'false'
5050
- julia-version: '1.8'
5151
coverage: 'false'
5252
include:
53-
- github-runner: macos-13 # Intel
53+
- os: macos-13 # Intel
5454
julia-version: '1.6'
5555
steps:
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)