From 183b0a885bd026ef7091d6432f2bdfe7d1a4bb85 Mon Sep 17 00:00:00 2001 From: Marat Al Date: Sun, 10 Sep 2023 21:27:28 +0200 Subject: [PATCH] Temporarily switch to macOS 13 explicitly. --- .github/workflows/check-pod.yaml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/integration-test-iOS16_2.yaml | 2 +- .github/workflows/integration-test-macOS.yaml | 4 ++-- .github/workflows/integration-test-tvOS16_1.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-pod.yaml b/.github/workflows/check-pod.yaml index 41666c435..2e82b5e07 100644 --- a/.github/workflows/check-pod.yaml +++ b/.github/workflows/check-pod.yaml @@ -8,7 +8,7 @@ on: jobs: check: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 59cdd0f05..78188d442 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-13 permissions: deployments: write diff --git a/.github/workflows/integration-test-iOS16_2.yaml b/.github/workflows/integration-test-iOS16_2.yaml index ef3f45e55..6429823fd 100644 --- a/.github/workflows/integration-test-iOS16_2.yaml +++ b/.github/workflows/integration-test-iOS16_2.yaml @@ -12,7 +12,7 @@ on: jobs: check: - runs-on: macos-latest + runs-on: macos-13 env: LC_CTYPE: en_US.UTF-8 diff --git a/.github/workflows/integration-test-macOS.yaml b/.github/workflows/integration-test-macOS.yaml index 2cf7ff101..c62bd00a5 100644 --- a/.github/workflows/integration-test-macOS.yaml +++ b/.github/workflows/integration-test-macOS.yaml @@ -1,4 +1,4 @@ -name: "Integration Test: macOS Latest" +name: "Integration Test: macOS 13" on: pull_request: @@ -12,7 +12,7 @@ on: jobs: check: - runs-on: macos-latest + runs-on: macos-13 env: LC_CTYPE: en_US.UTF-8 diff --git a/.github/workflows/integration-test-tvOS16_1.yaml b/.github/workflows/integration-test-tvOS16_1.yaml index d259d0856..5d9d2f299 100644 --- a/.github/workflows/integration-test-tvOS16_1.yaml +++ b/.github/workflows/integration-test-tvOS16_1.yaml @@ -12,7 +12,7 @@ on: jobs: check: - runs-on: macos-latest + runs-on: macos-13 env: LC_CTYPE: en_US.UTF-8