Skip to content

Commit 3ba88a6

Browse files
committed
[libc++][CI] Pin the XCode version.
This version is the current version, to avoid unplanned automatic updates in the future pin this version.
1 parent 1bc058b commit 3ba88a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6767
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
6868
with:
69-
xcode-version: 'latest'
69+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
70+
xcode-version: '16.3'
7071
- uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
7172
- name: Build and test
7273
run: |

0 commit comments

Comments
 (0)