Skip to content

Commit f89a5c5

Browse files
committed
more
1 parent 02047d9 commit f89a5c5

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
build-stable:
2121
name: Build Zig Stable
2222
strategy:
23+
max-parallel: 1
2324
matrix:
24-
max-parallel: 1
2525
include:
2626
- os: "ubuntu-latest"
2727
- os: "windows-latest"
@@ -100,16 +100,14 @@ jobs:
100100

101101
build-nightly:
102102
name: Build Zig Master (Latest Dev)
103-
needs: build-stable
103+
runs-on: ${{matrix.os}}
104104
strategy:
105105
max-parallel: 1
106106
matrix:
107107
include:
108108
- os: "ubuntu-latest"
109109
- os: "windows-latest"
110110
- os: "macos-14" # arm64 as per table: https://github.com/actions/runner-images/blob/8a1eeaf6ac70c66f675a04078d1a7222edd42008/README.md#available-images
111-
112-
runs-on: ${{matrix.os}}
113111

114112
steps:
115113
- uses: actions/checkout@v6
@@ -147,15 +145,14 @@ jobs:
147145
# working-directory: examples/raylib
148146
build-previous:
149147
name: Build Zig 0.14.0 (Previous Stable Release)
148+
runs-on: ${{matrix.os}}
150149
strategy:
150+
max-parallel: 1
151151
matrix:
152-
max-parallel: 1
153152
include:
154153
- os: "ubuntu-latest"
155154
- os: "windows-latest"
156155
- os: "macos-14" # arm64 as per table: https://github.com/actions/runner-images/blob/8a1eeaf6ac70c66f675a04078d1a7222edd42008/README.md#available-images
157-
158-
runs-on: ${{matrix.os}}
159156

160157
steps:
161158
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)