Skip to content

Commit 446ceba

Browse files
authored
[CI] macos-13 -> macos-15-intel and bump actions/checkout (#71)
1 parent 444fad4 commit 446ceba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- 'nightly'
2727
os:
2828
- ubuntu-latest
29-
- macos-13
29+
- macos-15-intel
3030
- windows-latest
3131
arch:
3232
- x64
3333
- x86
3434
# 32-bit Julia binaries are not available on macOS
3535
exclude:
36-
- os: macOS-13
36+
- os: macos-15-intel
3737
arch: x86
3838
include:
3939
- os: macOS-latest
@@ -55,7 +55,7 @@ jobs:
5555
arch: 'default'
5656
version: '1.7.3'
5757
steps:
58-
- uses: actions/checkout@v5
58+
- uses: actions/checkout@v6
5959
- uses: julia-actions/setup-julia@v2
6060
with:
6161
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)