Skip to content

Commit

Permalink
Adding macos back to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffg-softwarelibre committed Aug 23, 2024
1 parent 50a41ba commit 9d20c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_run_unit_test_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build_matrix:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-14]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-14]
# os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 9d20c02

Please sign in to comment.