Skip to content

Commit 68421b3

Browse files
Fix CI: Replace retired macos-13 with macos-14
1 parent 7e49c8a commit 68421b3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
version:
30-
- '1.10' # New LTS (Minimum supported version)
31-
- '1' # Latest Stable (e.g., 1.11, 1.12)
30+
- '1.10' # LTS
31+
- '1' # Latest Stable
3232
os:
3333
- ubuntu-latest
3434
- windows-latest
35-
- macos-13 # Intel macOS
35+
- macos-14 # <--- CHANGED: Updated from 13 to 14 (Runs x64 via Rosetta)
3636
arch:
3737
- x64
3838
include:
39-
# Test Apple Silicon on the latest Julia
40-
- os: macos-14 # ARM macOS
39+
# Test Native Apple Silicon (ARM)
40+
- os: macos-14
4141
arch: aarch64
4242
version: '1'
4343

@@ -72,3 +72,4 @@ jobs:
7272
files: lcov.info
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
fail_ci_if_error: false
75+

0 commit comments

Comments
 (0)