Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversebitree committed Feb 1, 2024
1 parent 1ee7d29 commit 306f822
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
arch: [x86, x64, arm64]
include:
- os: windows-latest
c_compiler: cl
Expand All @@ -48,7 +47,10 @@ jobs:
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

- os: macos-latest
c_compiler: gcc
- os: macos-latest
c_compiler: cl
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 306f822

Please sign in to comment.