diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a689df4..4d4d3a3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,15 +6,15 @@ on: - '*' - '!zig-develop*' jobs: - build-zig-0.11.0-amd64-host: + build-zig-0-12-0-amd64: runs-on: ubuntu-latest env: - ZIG_VERSION: 0.11.0 + ZIG_VERSION: 0.12.0 ARCH: x86_64 if: ${{ github.env.GITEA_ACTIONS != 'true' }} steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # ARCH is fine, but we can't substitute directly because zig # uses x86_64 instead of amd64. They also use aarch64 instead of arm64. # diff --git a/.github/workflows/zig-mach.yaml b/.github/workflows/zig-mach.yaml index bacb8e6..f98d078 100644 --- a/.github/workflows/zig-mach.yaml +++ b/.github/workflows/zig-mach.yaml @@ -19,7 +19,7 @@ jobs: if: ${{ github.env.GITEA_ACTIONS != 'true' }} steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # ARCH is fine, but we can't substitute directly because zig # uses x86_64 instead of amd64. They also use aarch64 instead of arm64. # diff --git a/.github/workflows/zig-nightly.yaml b/.github/workflows/zig-nightly.yaml index 3e6d83d..6f2e577 100644 --- a/.github/workflows/zig-nightly.yaml +++ b/.github/workflows/zig-nightly.yaml @@ -17,7 +17,7 @@ jobs: if: ${{ github.env.GITEA_ACTIONS != 'true' }} steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # ARCH is fine, but we can't substitute directly because zig # uses x86_64 instead of amd64. They also use aarch64 instead of arm64. #