Skip to content

Commit

Permalink
fix: Set the ubuntu runner to 22.04 to keep the same compiler version
Browse files Browse the repository at this point in the history
Probably should setup the job to setup the gcc version instead but for now this works.
  • Loading branch information
LinuxDevon committed May 21, 2024
1 parent 57da1f7 commit f08e688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
linux-builds:
name: linux ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f08e688

Please sign in to comment.