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.
build-toolchain.yml
1 parent 76a7e55 commit 3f1df73Copy full SHA for 3f1df73
.github/workflows/build-toolchain.yml
@@ -7,17 +7,19 @@ on:
7
- swiftwasm-release/5.3
8
- swiftwasm-release/5.4
9
- swiftwasm-release/5.5
10
+ - swiftwasm-release/5.6
11
pull_request:
12
branches:
13
- swiftwasm
14
15
16
17
18
jobs:
19
build_toolchain:
20
env:
21
TOOLCHAIN_CHANNEL: DEVELOPMENT
- DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
22
+ DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer/
23
strategy:
24
matrix:
25
include:
0 commit comments