Skip to content

Commit 1cb0feb

Browse files
Runner not ready yet
1 parent b0e0cf1 commit 1cb0feb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99

1010
jobs:
1111
test-macos:
12+
if: ${{ false }} # disable until macOS 12 (with concurrency) runners are available.
1213
runs-on: macos-12
1314
env:
14-
DEVELOPER_DIR: /Applications/Xcode_13.3.app/Contents/Developer
15+
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
1516
steps:
1617
- uses: actions/checkout@v2
1718
- name: Build

0 commit comments

Comments
 (0)