From be0bdc8c51bc85f7bae958385522a020371ebf03 Mon Sep 17 00:00:00 2001 From: eclipse-ecal-bot <111572016+eclipse-ecal-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:43:00 +0200 Subject: [PATCH] downgrade macos version. (#1562) (#1564) Co-authored-by: KerstinKeller --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index c327ff2aa3..2fe9868bda 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -9,7 +9,7 @@ on: jobs: build-macos: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Downgrade Python version