There was an error while loading. Please reload this page.
1 parent 8c67edf commit f71a8f7Copy full SHA for f71a8f7
.github/workflows/iostest.yml
@@ -18,10 +18,10 @@ jobs:
18
19
build:
20
21
- runs-on: macos-latest
+ runs-on: macos-11
22
env:
23
# sets the version of Xcode to utilize within the VM for all steps
24
- DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
+ # DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
25
steps:
26
- uses: actions/checkout@v2
27
0 commit comments