We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129aea commit e545b39Copy full SHA for e545b39
1 file changed
.github/workflows/ci.yml
@@ -30,11 +30,11 @@ jobs:
30
- os: macOS-latest
31
julia-arch: aarch64
32
julia-version: '~1.12.0-0'
33
- - os: macOS-13
+ - os: macOS-15-intel
34
julia-arch: x64
35
36
steps:
37
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
38
- uses: julia-actions/setup-julia@v2
39
with:
40
version: ${{ matrix.julia-version }}
@@ -62,7 +62,7 @@ jobs:
62
julia-arch:
63
- x64
64
65
66
67
68
@@ -75,7 +75,7 @@ jobs:
75
docs:
76
runs-on: ubuntu-latest
77
78
79
80
81
version: '~1.12.0-0'
0 commit comments