From 4c86b24632ee9297ef468854a742055f19f183af Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Fri, 16 Sep 2022 11:16:01 +0200 Subject: [PATCH] Fix ci workers to macos-12 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69f593de64..4f0935f5b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -458,7 +458,7 @@ jobs: macOS: name: ${{ matrix.name }} - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: include: @@ -513,7 +513,7 @@ jobs: iOS: name: ${{ matrix.name }} - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: include: @@ -555,7 +555,7 @@ jobs: iOS-XCFramework: name: iOS XCFramework needs: [macOS, iOS] - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@v2 with: