Skip to content

Commit a542acf

Browse files
committed
[ci] Upgrade macOS CI
1 parent 584f5e3 commit a542acf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ concurrency:
88

99
jobs:
1010
macos_testing:
11-
runs-on: macos-13
11+
runs-on: macos-15
1212

1313
steps:
14-
- uses: maxim-lobanov/setup-xcode@v1
15-
with:
16-
xcode-version: '15.2'
14+
# - uses: maxim-lobanov/setup-xcode@v1
15+
# with:
16+
# xcode-version: '15.2'
1717

1818
- name: Setup environment - Brew tap
1919
run: |

0 commit comments

Comments
 (0)