Skip to content

Commit 99a83af

Browse files
committed
fix ci settings
1 parent 37e0951 commit 99a83af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
include:
2020
- os: "ubuntu-22.04"
2121
- os: "windows-latest"
22-
- os: "macos-12" # x86_64
2322
- os: "macos-14" # arm64 as per table: https://github.com/actions/runner-images/blob/8a1eeaf6ac70c66f675a04078d1a7222edd42008/README.md#available-images
2423

2524
runs-on: ${{matrix.os}}
@@ -38,19 +37,19 @@ jobs:
3837
with:
3938
packages: 'tools platform-tools platforms;android-35 build-tools;35.0.0 ndk;29.0.13113456'
4039

41-
- name: Setup Zig 0.14.0
40+
- name: Setup Zig Stable (0.14.0)
4241
# note(jae): 2024-09-15
4342
# Uses download mirror first as preferred by Zig Foundation
4443
# see: https://ziglang.org/news/migrate-to-self-hosting/
4544
uses: mlugg/setup-zig@v1
4645
with:
4746
version: "0.14.0"
4847

49-
- name: Build Minimal Example (Zig Nightly)
48+
- name: Build Minimal Example (Zig Stable)
5049
run: zig build -Dandroid=true --verbose
5150
working-directory: examples/minimal
5251

53-
- name: Build SDL2 Example (Zig Nightly)
52+
- name: Build SDL2 Example (Zig Stable)
5453
run: zig build -Dandroid=true --verbose
5554
working-directory: examples/sdl2
5655

0 commit comments

Comments
 (0)