Skip to content

Commit 1839709

Browse files
committed
Don't pin Xcode for nightly tests
1 parent caeeaa1 commit 1839709

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

.github/workflows/__export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-autobuild.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ installGo: "true"
55
env:
66
CODEQL_ACTION_SUBLANGUAGE_FILE_COVERAGE: true
77
steps:
8-
- name: Use Xcode 16
9-
shell: bash
10-
if: runner.os == 'macOS'
11-
run: sudo xcode-select -s "/Applications/Xcode_16.app"
128
- uses: ./../action/init
139
id: init
1410
with:

pr-checks/checks/swift-autobuild.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ description: "Tests creation of a Swift database using autobuild"
33
versions: ["nightly-latest"]
44
operatingSystems: ["macos"]
55
steps:
6-
- name: Use Xcode 16
7-
shell: bash
8-
if: runner.os == 'macOS'
9-
run: sudo xcode-select -s "/Applications/Xcode_16.app"
106
- uses: ./../action/init
117
id: init
128
with:

0 commit comments

Comments
 (0)