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 16a1a16 commit 33aac5dCopy full SHA for 33aac5d
.github/workflows/ci.yml
@@ -34,22 +34,22 @@ jobs:
34
matrix:
35
build:
36
- linux-x86_64
37
- - macos-12
38
- macos-13
+ - macos-14
39
- windows
40
include:
41
- build: linux-x86_64
42
- os: ubuntu-22.04
+ os: ubuntu-24.04
43
run-tests: 'true'
44
target: x86_64-unknown-linux-gnu
45
- - build: macos-12
46
- os: macos-12
47
- run-tests: 'true'
48
- target: x86_64-apple-darwin
49
- build: macos-13
50
os: macos-13
51
52
target: x86_64-apple-darwin
+ - build: macos-14
+ os: macos-14
+ run-tests: 'true'
+ target: aarch64-apple-darwin
53
- build: windows
54
os: windows-2022
55
0 commit comments