Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed May 6, 2024
1 parent 1b61483 commit dced125
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@ jobs:
# - shared
- static
include:
- platform: ubuntu
runner: ubuntu-22.04
# - platform: ubuntu
# runner: ubuntu-22.04
- platform: macos
runner: macos-14
- platform: ubuntu
compiler: gcc
profile:
compiler: gcc
version: 13
cc: /usr/bin/gcc-13
cxx: /usr/bin/g++-13
- platform: ubuntu
compiler: clang
profile:
compiler: clang
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: ubuntu
# compiler: gcc
# profile:
# compiler: gcc
# version: 13
# cc: /usr/bin/gcc-13
# cxx: /usr/bin/g++-13
# - platform: ubuntu
# compiler: clang
# profile:
# compiler: clang
# 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:
Expand Down

0 comments on commit dced125

Please sign in to comment.