From 0ffca2306dbb0f5c6da8e2acd3aaa83d0ca9fb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Thu, 12 Sep 2024 21:22:45 +0200 Subject: [PATCH] Update GitHub actions MacOS runner --- .github/workflows/feature_ci.yml | 2 +- .github/workflows/main_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature_ci.yml b/.github/workflows/feature_ci.yml index dbd0d83c..8b273783 100644 --- a/.github/workflows/feature_ci.yml +++ b/.github/workflows/feature_ci.yml @@ -37,7 +37,7 @@ jobs: matrix: xcode: ['11', '13'] - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 008e0aee..34dd1bce 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -58,7 +58,7 @@ jobs: - '13' build_type: [Debug, Release] - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v2