Skip to content

Commit ac34883

Browse files
committed
Updated macOS runner
1 parent fe71ae3 commit ac34883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ on:
1818

1919
jobs:
2020
build-mac:
21-
name: "Macos 13.6.6 Xcode (Clang)"
22-
runs-on: macos-13
21+
name: "Macos 14.4.1 arm64 Xcode (Clang)"
22+
runs-on: macos-14
2323
strategy:
2424
matrix:
25-
xcode: [14.1, 15.2]
25+
xcode: [14.3.1, 15.3]
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)