We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda6898 commit be9c9bfCopy full SHA for be9c9bf
.github/workflows/libcxx-build-and-test.yaml
@@ -216,7 +216,8 @@ jobs:
216
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
217
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
218
with:
219
- xcode-version: 'latest'
+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
220
+ xcode-version: '16.3'
221
- uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
222
- name: Build and test
223
run: |
0 commit comments