Skip to content

Commit 66eb562

Browse files
committed
use a stable xcode version
Change-Id: I827a8825213202d7b94435c27ba330534c94785f
1 parent bc47f9e commit 66eb562

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/macos-scan-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
with:
2121
egress-policy: audit
2222

23+
- uses: maxim-lobanov/setup-xcode@v1
24+
with:
25+
xcode-version: '14.3.1'
26+
2327
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2428
with:
2529
submodules: recursive

.github/workflows/macosx_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
with:
2121
egress-policy: audit
2222

23+
- uses: maxim-lobanov/setup-xcode@v1
24+
with:
25+
xcode-version: '14.3.1'
26+
2327
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2428
with:
2529
submodules: recursive

0 commit comments

Comments
 (0)