From cfd71059053336062d4c27174113f68b2ebd51ff Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:38:20 -0400 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a6c7e3..87e34e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,13 +13,12 @@ on: branches: - main -env: - DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer - jobs: test: name: Test - runs-on: macOS-13 + runs-on: macOS-14 + env: + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer strategy: matrix: destination: @@ -28,8 +27,5 @@ jobs: - "platform=tvOS Simulator,name=Apple TV" steps: - - uses: actions/checkout@v4 - - name: Install XCBeautify - run: brew install xcbeautify - name: Test platform ${{ matrix.destination }} - run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions + run: set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify