Skip to content

Commit

Permalink
Add xcode 14 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw authored May 14, 2024
1 parent 8984b90 commit d87954c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ jobs:
build-os: Macos
build-xcode-version: 13.4
build-libcxx: libc++

- name: Macos_xcode14.3
os: macos-13
build-compiler: apple-clang
build-cversion: 14
build-config: Release
build-os: Macos
build-xcode-version: 14.3
build-libcxx: libc++


steps:
Expand Down

0 comments on commit d87954c

Please sign in to comment.