There was an error while loading. Please reload this page.
1 parent 13599f4 commit 99d50acCopy full SHA for 99d50ac
1 file changed
.github/workflows/release.yml
@@ -21,19 +21,19 @@ jobs:
21
matrix:
22
include:
23
- target: x86_64-unknown-linux-gnu
24
- runner: ubuntu-latest
+ runner: ubuntu-24.04
25
archive: tar.gz
26
- target: aarch64-unknown-linux-gnu
27
runner: ubuntu-24.04-arm
28
29
- target: x86_64-apple-darwin
30
- runner: macos-13
+ runner: macos-26-intel
31
32
- target: aarch64-apple-darwin
33
- runner: macos-latest
+ runner: macos-26
34
35
- target: x86_64-pc-windows-msvc
36
- runner: windows-latest
+ runner: windows-2025
37
archive: zip
38
steps:
39
- uses: actions/checkout@v4
0 commit comments