Skip to content

Commit

Permalink
Update build matrix in cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jan 3, 2024
1 parent e60d43c commit 0a0e077
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release]
include:
- os: ubuntu-latest
Expand All @@ -29,13 +28,13 @@ jobs:
arch: i686
- os: ubuntu-latest
arch: armv7l
# - os: windows-latest
# arch: x64
# build_type: RelWithDebInfo
# - os: windows-latest
# arch: x86
# - os: macos-latest
# arch: arm64;x86_64
- os: windows-latest
arch: x64
build_type: RelWithDebInfo
- os: windows-latest
arch: x86
- os: macos-latest
arch: arm64;x86_64

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0a0e077

Please sign in to comment.