Skip to content

Commit

Permalink
Merge pull request #3003 from eseiler/infra/mac12
Browse files Browse the repository at this point in the history
[INFRA] Add macOS gcc12
  • Loading branch information
eseiler authored Jun 3, 2022
2 parents d9294eb + 6ad6199 commit df3f29a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
fail-fast: true
matrix:
include:
- name: "Unit gcc12"
os: macos-10.15
cxx: "g++-12"
cc: "gcc-12"
build: unit
build_type: Release

- name: "Unit gcc11"
os: macos-10.15
cxx: "g++-11"
Expand Down

1 comment on commit df3f29a

@vercel
Copy link

@vercel vercel bot commented on df3f29a Jun 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3.vercel.app
seqan3-git-master-seqan.vercel.app
seqan3-seqan.vercel.app

Please sign in to comment.