Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Jun 18, 2024
1 parent 9e634fe commit c585d03
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/cupcake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
linkage: shared
cppstd: 17
- platform: ubuntu
runner: ubuntu-22.04
runner: ubuntu-24.04
- platform: macos
runner: macos-14
runner: macos-14-xlarge
- platform: ubuntu
compiler: gcc
profile:
Expand All @@ -85,8 +85,8 @@ jobs:
profile:
compiler: gcc
version: 13
cc: /opt/homebrew/bin/gcc-13
cxx: /opt/homebrew/bin/g++-13
cc: gcc-13
cxx: g++-13
- platform: macos
compiler: clang
profile:
Expand Down Expand Up @@ -114,15 +114,6 @@ jobs:
- name: install Ninja on macOS
if: matrix.generator == 'Ninja' && startsWith(matrix.platform, 'macos')
run: brew install ninja
- name: install GCC on Linux
if: matrix.compiler == 'gcc' && startsWith(matrix.platform, 'ubuntu')
run: |
sudo apt update
apt search gcc
sudo apt install gcc-13
- name: install GCC on macOS
if: matrix.compiler == 'gcc' && startsWith(matrix.platform, 'macos')
run: brew install gcc@13
- name: check compiler
run: |
${{ matrix.profile.cc }} --version
Expand Down

0 comments on commit c585d03

Please sign in to comment.