We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df53ad commit 570e739Copy full SHA for 570e739
1 file changed
.github/workflows/ci.yml
@@ -34,21 +34,21 @@ jobs:
34
matrix:
35
build:
36
- linux-x86_64
37
- - macos-13
38
- macos-14
+ - macos-15
39
- windows
40
include:
41
- build: linux-x86_64
42
os: ubuntu-24.04
43
run-tests: 'true'
44
target: x86_64-unknown-linux-gnu
45
- - build: macos-13
46
- os: macos-13
47
- run-tests: 'true'
48
- target: x86_64-apple-darwin
49
- build: macos-14
50
os: macos-14
51
+ target: x86_64-apple-darwin
+ - build: macos-15
+ os: macos-15
+ run-tests: 'true'
52
target: aarch64-apple-darwin
53
- build: windows
54
os: windows-2022
0 commit comments