Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Feb 6, 2024
1 parent 04201cb commit cb02482
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-20.04', 'ubuntu-22.04', 'macos-13' ]
os: [ 'ubuntu-20.04', 'ubuntu-22.04', 'macos-13', 'macos-14' ]
include:
- os: 'ubuntu-20.04'
cc: 'gcc-10'
Expand All @@ -19,6 +19,9 @@ jobs:
- os: 'macos-13'
cc: 'clang'
cxx: 'clang++'
- os: 'macos-14'
cc: 'clang'
cxx: 'clang++'
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
Expand Down

0 comments on commit cb02482

Please sign in to comment.