From f70e1cdff30b390e63f46d7e22ffeb76254e4fdc Mon Sep 17 00:00:00 2001 From: bmxav <5422569+bmxav@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:35:54 -0400 Subject: [PATCH 1/2] Update to macOS 14 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a64befc..4f98d7a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-12] + os: [macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew From 2739709e72a32c277d82192560d54bd123bbe815 Mon Sep 17 00:00:00 2001 From: bmxav <5422569+bmxav@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:13:35 -0400 Subject: [PATCH 2/2] Use Xcode 15.4 --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f98d7a..1adf102 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,9 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae + - run: | + sudo xcode-select -s /Applications/Xcode_15.4.app/ + brew test-bot --only-formulae if: github.event_name == 'pull_request' - name: Upload bottles as artifact