Skip to content

Commit 99d50ac

Browse files
committed
chore: update runner labels
1 parent 13599f4 commit 99d50ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
matrix:
2222
include:
2323
- target: x86_64-unknown-linux-gnu
24-
runner: ubuntu-latest
24+
runner: ubuntu-24.04
2525
archive: tar.gz
2626
- target: aarch64-unknown-linux-gnu
2727
runner: ubuntu-24.04-arm
2828
archive: tar.gz
2929
- target: x86_64-apple-darwin
30-
runner: macos-13
30+
runner: macos-26-intel
3131
archive: tar.gz
3232
- target: aarch64-apple-darwin
33-
runner: macos-latest
33+
runner: macos-26
3434
archive: tar.gz
3535
- target: x86_64-pc-windows-msvc
36-
runner: windows-latest
36+
runner: windows-2025
3737
archive: zip
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)