From 548011d7da4afa61c82cb3a5e133c077fd19a75b Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Wed, 8 May 2024 15:25:53 +0200 Subject: [PATCH] [ci] fallback to macos-13 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 925d73d..5bdd3a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: python-version: ['3.9', '3.10', '3.11'] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macos-13] steps: - uses: actions/checkout@v4