Skip to content

Commit 7c64a81

Browse files
committed
Explicitly using ubuntu-20.04 instead of ubuntu-latest
1 parent d866526 commit 7c64a81

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)