Skip to content

Commit 63ee80c

Browse files
authored
Fix continuous integration (tuist#891)
* Expose GITHUB_TOKEN * Use Swift 6 on Linux
1 parent cacc788 commit 63ee80c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/xcodeproj.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ concurrency:
1313

1414
env:
1515
MISE_EXPERIMENTAL: 1
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617

1718
jobs:
1819
build:

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10
1+
6.0

0 commit comments

Comments
 (0)