From 8f7ed21f5dc9703216bf99358a84e54ea719d967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 25 Oct 2024 12:21:27 +0200 Subject: [PATCH] Update macOS version in workflow file --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7f555c2b5031..174ff08183e2 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -44,7 +44,7 @@ jobs: # without waiting for the macOS build build-and-test-macos: if: github.repository_owner == 'github' - runs-on: macos-14-xlarge + runs-on: macos-13-xlarge steps: - uses: actions/checkout@v4 - uses: ./swift/actions/build-and-test @@ -64,7 +64,7 @@ jobs: qltests-macos: if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }} needs: build-and-test-macos - runs-on: macos-14-xlarge + runs-on: macos-13-xlarge steps: - uses: actions/checkout@v4 - uses: ./swift/actions/run-ql-tests