We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8f6d8 commit 3b78288Copy full SHA for 3b78288
1 file changed
.github/workflows/ci.yml
@@ -21,8 +21,7 @@ jobs:
21
os:
22
- ubuntu-latest
23
- windows-latest
24
- - macOS-13 # intel
25
- - macOS-14 # arm
+ - macOS-15
26
arch:
27
- x64
28
- aarch64
@@ -31,9 +30,7 @@ jobs:
31
30
arch: aarch64
32
- os: windows-latest
33
34
- - os: macOS-13
35
- arch: aarch64
36
- - os: macOS-14
+ - os: macOS-15
37
arch: x64
38
steps:
39
- uses: actions/checkout@v6
0 commit comments