Skip to content

Commit 5ffafe6

Browse files
committed
ci: run zig-test on ubuntu-20.04
1 parent 51bd728 commit 5ffafe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zig-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Don't run the CI with draft PR.
101101
if: github.event.pull_request.draft == false
102102

103-
runs-on: ubuntu-latest
103+
runs-on: ubuntu-20.04
104104
container:
105105
image: ghcr.io/lightpanda-io/zig-v8:0.12.0-dev.1773-8a8fd47d2
106106
credentials:

0 commit comments

Comments
 (0)