From 72dbc9b4c7b773afad26ed98522758d8cea0f39a Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 14 Apr 2024 19:31:49 +0200 Subject: ci: reenable windows --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 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: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, macos-12] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -40,7 +40,6 @@ jobs: version: master - uses: actions/cache@v4 - if: ${{ matrix.os != 'windows-latest' }} with: path: | zig-cache -- cgit v1.2.3