Skip to content

Commit

Permalink
Update compile_so_with_zig.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott authored Jul 5, 2024
1 parent 2fb3c0f commit 3da7236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_so_with_zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

push:
branches: [ "Cross_platform" ]
branches: [ "Cross_platform", "Zig_0.14_test" ]

pull_request:
branches: [ "Cross_platform" ]
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
version: 0.14.0

- name: Create Ninja build system from CMake
run: >
Expand Down

0 comments on commit 3da7236

Please sign in to comment.