Skip to content

Commit e123b5a

Browse files
committed
fix: switch arm64 release to ubuntu-24.04-arm
Signed-off-by: Jan Pokorný <JenomPokorny@gmail.com>
1 parent 619bb0a commit e123b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- arch: x86_64
9292
runs-on: ubuntu-latest
9393
- arch: aarch64
94-
runs-on: macos-latest
94+
runs-on: ubuntu-24.04-arm
9595
runs-on: ${{ matrix.runs-on }}
9696
steps:
9797
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)