chore(ci): use macos-14 for iOS builds (#3526)

* chore(ci): use `macos-14` for iOS builds

* change triggering branch
This commit is contained in:
Krzysztof Moch
2024-02-09 15:24:10 +01:00
committed by GitHub
parent 2c0e009876
commit f0a237e9c2
2 changed files with 9 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ jobs:
env:
WORKING_DIRECTORY: ios
Swift-Format:
runs-on: macOS-latest
runs-on: macos-14 # This allow us to use Xcode 15.0.1 which is a lot faster - TODO change to "macos-latest" once it's out of beta
defaults:
run:
working-directory: ./ios