Skip to content

Commit

Permalink
.github/workflows/Ubuntu-gcc-latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed May 18, 2024
1 parent 1afbe56 commit 63df6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Ubuntu-gcc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

env:
BUILD_TYPE: Release
CC: gcc-14
CXX: g++-14
CC: gcc-13
CXX: g++-13

jobs:
linux:
Expand Down

0 comments on commit 63df6c3

Please sign in to comment.