From 6c1653727221cd52a33b4198a22b75ec9b24e8b3 Mon Sep 17 00:00:00 2001 From: Roman Mazeev Date: Sun, 2 Feb 2025 05:50:36 +0100 Subject: [PATCH] Update GitHub Actions runner version --- .github/workflows/Build and test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/Build and test.yml b/.github/workflows/Build and test.yml index 34038e3..bead32c 100644 --- a/.github/workflows/Build and test.yml +++ b/.github/workflows/Build and test.yml @@ -9,11 +9,9 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v3 - - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer' - name: Run tests run: swift test --enable-code-coverage