Skip to content

Commit

Permalink
Add XCode 14.4 update Xcode 13.2 to 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bldrvnlw authored May 15, 2024
1 parent 6f7e30a commit 7895ae6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,22 @@ jobs:
build-xcode-version: 12.4
build-libcxx: libc++

- name: Macos_xcode13.2.1
os: macOS-11
- name: Macos_xcode13.4
os: macos-12
build-compiler: apple-clang
build-cversion: "13"
build-cversion: 13
build-config: Release
build-os: Macos
build-xcode-version: 13.2.1
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 7895ae6

Please sign in to comment.