Skip to content

Commit 750e893

Browse files
committed
ci: use ubuntu 22.04
1 parent f5a9e99 commit 750e893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
OS: linux
2020
ARCH: x86_64
2121

22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: mlugg/setup-zig@v1
2525
with:
@@ -91,7 +91,7 @@ jobs:
9191
OS: linux
9292
ARCH: aarch64
9393

94-
runs-on: ubuntu-24.04-arm
94+
runs-on: ubuntu-22.04-arm
9595
steps:
9696
- uses: mlugg/setup-zig@v1
9797
with:

0 commit comments

Comments
 (0)