Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed May 31, 2024
1 parent 486aec4 commit 502faca
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ jobs:
build_type: Release
cxx_flags: "-stdlib=libc++" # For verbosity. This is already the default.

- name: "gcc13"
compiler: "gcc-13"
build_type: Release
cxx_flags: "-Wno-interference-size"

- name: "gcc12"
compiler: "gcc-12"
build_type: Release
cxx_flags: "-Wno-interference-size"

- name: "gcc11"
compiler: "gcc-11"
build_type: Release
cxx_flags: "-Wno-interference-size"

steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -68,8 +53,8 @@ jobs:
with:
cmake: 3.25.3

- name: Install dependencies
run: install libomp@17
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Configure tests
run: |
Expand Down

0 comments on commit 502faca

Please sign in to comment.