Skip to content

Commit

Permalink
Add in and mac versions
Browse files Browse the repository at this point in the history
Windows 2022 version 17
Macos arm 14 + Xcode 15
  • Loading branch information
bldrvnlw authored Sep 16, 2024
1 parent 1949d2c commit 9a55c85
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
build-runtime: MD
build-config: Release

- name: Windows-msvc2022
os: windows-2022
compiler: msvc-2022
build-cversion: 17
build-runtime: MD
build-config: Release

- name: Linux_gcc10
os: ubuntu-20.04
build-compiler: gcc
Expand Down Expand Up @@ -78,6 +85,15 @@ jobs:
build-xcode-version: 14.3
build-libcxx: libc++

- name: Macos_xcode15
os: macos-14
build-compiler: apple-clang
build-cversion: 15
build-config: Release
build-os: Macos
build-xcode-version: 15.4
build-libcxx: libc++

steps:
- name: Checkout the source
uses: actions/checkout@v2
Expand Down

0 comments on commit 9a55c85

Please sign in to comment.