From d11617c2b2cc17b12debfa1edadc4076aee702b0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 22 Jun 2024 15:00:41 +0100 Subject: [PATCH] switch to macos-latest label --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48f79a58..2dc1f4ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest, macos-latest] node: ['20'] runs-on: ${{ matrix.os }} steps: @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest, macos-latest] node: ['20'] runs-on: ${{ matrix.os }} steps: @@ -56,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest, macos-latest] node: ['20'] runs-on: ${{ matrix.os }} steps: @@ -95,7 +95,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest, macos-latest] node: ['20'] runs-on: ${{ matrix.os }} steps: