Skip to content

Commit

Permalink
Fix actions workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 8, 2024
1 parent 721104a commit be37033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ jobs:

# Same on MacOS now...
- os: macos-12
compiler: gcc-7
compiler: gcc-7
- os: macos-12
compiler: gcc-8
compiler: gcc-8

# llvm-9 causes weird segfauls on Ubuntu, which do not seem to be our fault.
# Need to investiage further at some point. We used setup-cpp locally to install
Expand Down

0 comments on commit be37033

Please sign in to comment.