summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index adc7db1..d0d1666 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29 strategy: 29 strategy:
30 fail-fast: false 30 fail-fast: false
31 matrix: 31 matrix:
32 os: [ubuntu-latest, macos-latest, macos-12] 32 os: [ubuntu-latest, windows-latest, macos-latest]
33 runs-on: ${{ matrix.os }} 33 runs-on: ${{ matrix.os }}
34 steps: 34 steps:
35 - uses: actions/checkout@v4 35 - uses: actions/checkout@v4
@@ -40,7 +40,6 @@ jobs:
40 version: master 40 version: master
41 41
42 - uses: actions/cache@v4 42 - uses: actions/cache@v4
43 if: ${{ matrix.os != 'windows-latest' }}
44 with: 43 with:
45 path: | 44 path: |
46 zig-cache 45 zig-cache