We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e0cf1 commit 1cb0febCopy full SHA for 1cb0feb
.github/workflows/test.yml
@@ -9,9 +9,10 @@ on:
9
10
jobs:
11
test-macos:
12
+ if: ${{ false }} # disable until macOS 12 (with concurrency) runners are available.
13
runs-on: macos-12
14
env:
- DEVELOPER_DIR: /Applications/Xcode_13.3.app/Contents/Developer
15
+ DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
16
steps:
17
- uses: actions/checkout@v2
18
- name: Build
0 commit comments