Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy84 committed Jan 7, 2025
1 parent e499fd5 commit 7440d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
cxx: [g++-12, clang++-14]
os: [ubuntu-22.04, ubuntu-latest]
cxx: [g++, clang++]
build_type: [Debug, Release]

steps:
Expand Down

0 comments on commit 7440d45

Please sign in to comment.