From a3e0af69dd12a6f083f3871446255de1899d9eb1 Mon Sep 17 00:00:00 2001 From: David Mohundro Date: Tue, 31 Oct 2023 09:59:25 -0500 Subject: [PATCH] chore: tweak CI build --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b30bfc3..88626c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: mac-test: name: Mac Test - runs-on: macOS-latest + runs-on: macOS-13 steps: - name: Checkout @@ -17,7 +17,7 @@ jobs: run: | set -o pipefail xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash OSX" | xcpretty - xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash iOS" -sdk iphonesimulator -destination "OS=16.2,name=iPhone 13" | xcpretty + xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash iOS" -sdk iphonesimulator -destination "OS=17.0.1,name=iPhone 14" | xcpretty xcodebuild $ACTION $WORKSPACE -scheme "SWXMLHash tvOS" -sdk appletvsimulator -destination "name=Apple TV" | xcpretty xcodebuild build $WORKSPACE -scheme "SWXMLHash watchOS" -sdk watchsimulator | xcpretty bash <(curl -s https://codecov.io/bash) -t ${{secrets.CODECOV_TOKEN}} @@ -42,8 +42,8 @@ jobs: - name: Install Swift uses: compnerd/gha-setup-swift@main with: - branch: swift-5.8-release - tag: 5.8-RELEASE + branch: swift-5.9-release + tag: 5.9-RELEASE - name: Checkout uses: actions/checkout@master - name: Build and test