From 6ccaebeae98eb6161f82fbc6136aeb36f1b1b3e4 Mon Sep 17 00:00:00 2001 From: MikaelSlevinsky Date: Wed, 15 May 2024 11:33:33 -0500 Subject: [PATCH] try macOS-13 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3a1c6..3edbbab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macOS-13 compiler: - gcc - clang @@ -19,9 +19,9 @@ jobs: - x64 - aarch64 exclude: - - os: macOS-latest + - os: macOS-13 arch: x86 - - os: macOS-latest + - os: macOS-13 arch: aarch64 fail-fast: false env: