Skip to content

Commit

Permalink
Removing gcc11 from macOS checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aletempiac committed Sep 23, 2024
1 parent 16b15bb commit ffe13ba
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@ on:
- master

jobs:
build-gcc11:
name: GNU GCC 11
runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build mockturtle
run: |
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=$(which g++-11) -DMOCKTURTLE_TEST=ON ..
make run_tests
- name: Run tests
run: |
cd build
./test/run_tests "~[quality]"
build-gcc12:
name: GNU GCC 12
runs-on: macOS-latest
Expand Down

0 comments on commit ffe13ba

Please sign in to comment.