Skip to content

Commit f08e688

Browse files
committed
fix: Set the ubuntu runner to 22.04 to keep the same compiler version
Probably should setup the job to setup the gcc version instead but for now this works.
1 parent 57da1f7 commit f08e688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
linux-builds:
1111
name: linux ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
fail-fast: false
1515
matrix:

0 commit comments

Comments
 (0)