Skip to content

Commit 42e9733

Browse files
committed
Merge pull request #5602 from AenBleidd/vko_fix_osx_build
[CI] Use XCode 14.3.1 to run MacOS flows
1 parent 547b95e commit 42e9733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/osx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
4343
with:
44-
xcode-version: '14.2.0'
44+
xcode-version: '14.3.1'
4545

4646
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4747

@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
6767
with:
68-
xcode-version: '14.2.0'
68+
xcode-version: '14.3.1'
6969

7070
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
7171

@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
132132
with:
133-
xcode-version: '14.2.0'
133+
xcode-version: '14.3.1'
134134

135135
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
136136

0 commit comments

Comments
 (0)