Skip to content

Commit f71a8f7

Browse files
committed
ci -> macos-11
1 parent 8c67edf commit f71a8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/iostest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
build:
2020

21-
runs-on: macos-latest
21+
runs-on: macos-11
2222
env:
2323
# sets the version of Xcode to utilize within the VM for all steps
24-
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
24+
# DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
2525
steps:
2626
- uses: actions/checkout@v2
2727

0 commit comments

Comments
 (0)