Skip to content

Commit

Permalink
Re-enable tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed May 7, 2024
1 parent 3175980 commit 9c7c98e
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
platform:
- ubuntu
- macos
compiler:
- gcc
- clang
Expand Down Expand Up @@ -62,8 +63,8 @@ jobs:
cppstd: 17
- platform: ubuntu
runner: ubuntu-22.04
# - platform: macos
# runner: macos-14
- platform: macos
runner: macos-14
- platform: ubuntu
compiler: gcc
profile:
Expand All @@ -78,20 +79,20 @@ jobs:
version: 15
cc: /usr/bin/clang-15
cxx: /usr/bin/clang++-15
# - platform: macos
# compiler: gcc
# profile:
# compiler: gcc
# version: 13
# cc: /opt/homebrew/bin/gcc-13
# cxx: /opt/homebrew/bin/g++-13
# - platform: macos
# compiler: clang
# profile:
# compiler: apple-clang
# version: 15
# cc: /usr/bin/clang
# cxx: /usr/bin/clang++
- platform: macos
compiler: gcc
profile:
compiler: gcc
version: 13
cc: /opt/homebrew/bin/gcc-13
cxx: /opt/homebrew/bin/g++-13
- platform: macos
compiler: clang
profile:
compiler: apple-clang
version: 15
cc: /usr/bin/clang
cxx: /usr/bin/clang++
runs-on: ${{ matrix.runner }}
steps:
- name: install Python
Expand Down

0 comments on commit 9c7c98e

Please sign in to comment.