Skip to content

Commit 5fbed22

Browse files
update CI to macos-14
1 parent e42dbf5 commit 5fbed22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [macos-13, ubuntu-22.04, windows-2022]
14+
os: [macos-14, ubuntu-22.04, windows-2022]
1515

1616
steps:
1717
- if: matrix.os == 'windows-2022'
@@ -26,7 +26,7 @@ jobs:
2626
name: Configure MSVC (Windows)
2727
uses: ilammy/msvc-dev-cmd@v1
2828

29-
- if: matrix.os == 'macos-13'
29+
- if: matrix.os == 'macos-14'
3030
name: Configure Xcode (MacOS)
3131
run: |
3232
sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer

0 commit comments

Comments
 (0)