Skip to content

Commit

Permalink
Enable ubuntu platform and debug build for all platforms to check if …
Browse files Browse the repository at this point in the history
…matrix worls
  • Loading branch information
ahmad-el-sayed committed Feb 1, 2024
1 parent fc4831f commit 55d2a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
strategy:
matrix:
platform:
# - ubuntu-latest
- ubuntu-latest
- macos-latest
- macos-13-xlarge
build_type:
- 'Release'
#- 'Debug'
- 'Debug'
#- 'DebugWithRelInfo'

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 55d2a6f

Please sign in to comment.