From 9cc1d4e0b72c7f9d94f0c3c40d101475448ac6b3 Mon Sep 17 00:00:00 2001 From: Ivan Vavilov Date: Tue, 28 Nov 2023 13:09:16 -0800 Subject: [PATCH] Update github action for tests --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a10bd7..4ac7357 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,11 +14,11 @@ on: jobs: test: name: Run tests - runs-on: macos-12 + runs-on: macos-15 steps: - name: Checkout uses: actions/checkout@v2 - name: Change Xcode - run: sudo xcode-select -s /Applications/Xcode_13.4.1.app + run: sudo xcode-select -s /Applications/Xcode_15.0.1.app - name: Build and test - run: swift test --enable-code-coverage --disable-automatic-resolution \ No newline at end of file + run: swift test --enable-code-coverage --disable-automatic-resolution