From df2c04227eba8757b4691e7a26746b57aee3a52f Mon Sep 17 00:00:00 2001 From: Robbie Murray Date: Sun, 7 Apr 2024 01:20:14 +0100 Subject: [PATCH] Update workflow --- .github/workflows/ios-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-tests.yml b/.github/workflows/ios-tests.yml index a8b02311..dd9e7a48 100644 --- a/.github/workflows/ios-tests.yml +++ b/.github/workflows/ios-tests.yml @@ -13,9 +13,9 @@ on: - 'apps/ios/**' jobs: unit-tests: - runs-on: macos-latest + runs-on: macos-14 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 13' - name: Test