Skip to content

Commit 84c7687

Browse files
Update release.yml
1 parent 66399cc commit 84c7687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run Mac Build
3838
if: matrix.os == 'macos-latest'
3939
run: |
40-
swift build -c release --arch arm64 --arch x86_64
40+
xcrun --toolchain ${{ env.TOOLCHAINS }} swift build -c release --arch arm64 --arch x86_64
4141
mv ./.build/apple/Products/Release/SwiftAstGen SwiftAstGen-mac
4242
gzexe SwiftAstGen-mac
4343
- name: Run Windows Build

0 commit comments

Comments
 (0)