From 83125c9b996c2e85a2e6adfa4171bc063106245f Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 31 Dec 2023 00:47:58 +0100 Subject: [PATCH] Use Xcode 15.1 --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 287f42e..9510f75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,13 +13,13 @@ env: jobs: run_tests: name: Run tests - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 10 steps: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '15.1' - name: Run tests run: | swift test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0185f43..209fcbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,13 +16,13 @@ concurrency: jobs: run_tests: name: Run tests - runs-on: macos-12 + runs-on: macos-13 timeout-minutes: 5 steps: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '15.1' - name: Run tests run: | swift test