From 9c76cb93e5505f1a0ecd66e20f362dc40651ad5d Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Wed, 20 Nov 2024 16:35:31 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e34b367..14dafc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: build_bloscjni: strategy: matrix: - os: [ ubuntu, windows, macos ] - runs-on: ${{ matrix.os }}-latest + os: [ ubuntu-latest, windows-latest, macos-12 ] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 with: