Skip to content

Commit

Permalink
DONOTMERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Jan 7, 2025
1 parent ebf3320 commit deabe6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
name: macos
cmake_args: -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -GNinja

- os: ubuntu-latest
- os: ubuntu-24.04
name: linux-x64
cmake_args: -GNinja
cmake_args: -GNinja -DCMAKE_CXX_COMPLIER=g++-14 -DCMAKE_C_COMPILER=gcc-14

steps:
- name: Checkout code
Expand Down

0 comments on commit deabe6d

Please sign in to comment.