Skip to content

Commit b4f9641

Browse files
authored
Merge pull request #129 from striezel-stash/fix-builds-on-old-compilers
Fix workflow failure for older compilers on Linux
2 parents 81ca92f + cf8627d commit b4f9641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- clang++-9
8888
build_type: [Debug, Release]
8989

90-
runs-on: ubuntu-latest
90+
runs-on: ubuntu-20.04
9191

9292
env:
9393
CXX: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)