Skip to content

Commit bfca0d7

Browse files
committed
wip
1 parent 8666f82 commit bfca0d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,8 @@ jobs:
9191
OS: linux
9292
ARCH: aarch64
9393

94-
runs-on: ubuntu-22.04-arm
94+
runs-on: ubuntu-24.04-arm
9595
steps:
96-
- name: install dependencies
97-
run: |
98-
sudo apt update
99-
sudo apt install clang-16
100-
10196
- uses: mlugg/setup-zig@v1
10297
with:
10398
version: ${{ env.ZIG_VERSION }}

0 commit comments

Comments
 (0)