Skip to content

Commit f879dd2

Browse files
authored
Merge pull request #264 from Enmk/fix_linux_builds
Explicitly using ubuntu-20.04 instead of ubuntu-latest
2 parents 66e4742 + 7c64a81 commit f879dd2

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
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
strategy:
1717
matrix:
1818
compiler: [clang-6, gcc-7, gcc-8, gcc-9]

0 commit comments

Comments
 (0)