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 5c0edb1 commit d6ab812Copy full SHA for d6ab812
1 file changed
.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
16
strategy:
17
matrix:
18
include:
19
- - os: windows-2019
+ - os: windows-2022
20
name: win-x86
21
param: -x86
22
23
name: win-x64
24
param: -x64
25
26
name: win-arm64
27
param: -arm64
28
- os: ubuntu-24.04
@@ -39,9 +39,9 @@ jobs:
39
name: linux-musl-arm
40
41
name: linux-musl-arm64
42
- - os: macos-13
+ - os: macos-14
43
name: osx-x64
44
45
name: osx-arm64
46
fail-fast: false
47
steps:
0 commit comments