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 7e49c8a commit 68421b3Copy full SHA for 68421b3
.github/workflows/CI.yml
@@ -27,17 +27,17 @@ jobs:
27
fail-fast: false
28
matrix:
29
version:
30
- - '1.10' # New LTS (Minimum supported version)
31
- - '1' # Latest Stable (e.g., 1.11, 1.12)
+ - '1.10' # LTS
+ - '1' # Latest Stable
32
os:
33
- ubuntu-latest
34
- windows-latest
35
- - macos-13 # Intel macOS
+ - macos-14 # <--- CHANGED: Updated from 13 to 14 (Runs x64 via Rosetta)
36
arch:
37
- x64
38
include:
39
- # Test Apple Silicon on the latest Julia
40
- - os: macos-14 # ARM macOS
+ # Test Native Apple Silicon (ARM)
+ - os: macos-14
41
arch: aarch64
42
version: '1'
43
@@ -72,3 +72,4 @@ jobs:
72
files: lcov.info
73
token: ${{ secrets.CODECOV_TOKEN }}
74
fail_ci_if_error: false
75
+
0 commit comments