Skip to content

Commit

Permalink
workflows: try reproduce on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 1, 2024
1 parent 0d18a24 commit ffa9ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
zig-version: ["0.12.0", "0.13.0"]
runs-on: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
- uses: goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
with:
version: ${{ matrix.zig-version }}
- run: zig build
Expand Down

0 comments on commit ffa9ef0

Please sign in to comment.