From 713edbd55d79c86c32aad42b9892997f15f0c3ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Th=C3=A9venoux?= Date: Mon, 6 Nov 2023 22:18:27 +0100 Subject: [PATCH] CI: temporarily run on macos-11 since macos-latest (12) images are bugged See https://github.com/actions/runner-images/issues/8642. --- .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 3b6e925..64fb4ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: macos: strategy: matrix: - platform: [macos-latest] + platform: [macos-11] # set back to macos latest when https://github.com/actions/runner-images/issues/8642 is fixed runs-on: ${{ matrix.platform }} steps: