Skip to content

Commit

Permalink
Use gcc 14 xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Sep 15, 2024
1 parent 06b161b commit 01ad570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
compiler: [g++-13]
compiler: [g++-14]
buildmode: [Debug]
steps:
- uses: actions/checkout@v4

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15.4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 01ad570

Please sign in to comment.