Skip to content

Commit c0abce9

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

8 files changed

+4
-20
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/__multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
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.

.github/workflows/__swift-custom-build.yml

Lines changed: 1 addition & 1 deletion
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/multi-language-autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ installGo: "true"
55
steps:
66
- name: Use Xcode 16
77
shell: bash
8-
if: runner.os == 'macOS'
8+
if: runner.os == 'macOS' && matrix.version != 'nightly-latest'
99
run: sudo xcode-select -s "/Applications/Xcode_16.app"
1010

1111
- uses: ./../action/init

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:

pr-checks/checks/swift-custom-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
steps:
99
- name: Use Xcode 16
1010
shell: bash
11-
if: runner.os == 'macOS'
11+
if: runner.os == 'macOS' && matrix.version != 'nightly-latest'
1212
run: sudo xcode-select -s "/Applications/Xcode_16.app"
1313
- uses: ./../action/init
1414
id: init

0 commit comments

Comments
 (0)