Skip to content

Commit e754233

Browse files
committed
Change Github runner to Ubuntu 20.04
1 parent 96b3e81 commit e754233

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
config:
1616
- {
1717
name: "Ubuntu GCC", artifact: "riesling-linux.tar.gz",
18-
os: ubuntu-22.04,
19-
cc: "gcc-11", cxx: "g++-11"
18+
os: ubuntu-20.04,
19+
cc: "gcc-10", cxx: "g++-10"
2020
}
2121
- {
2222
name: "macOS", artifact: "riesling-macos.tar.gz",
@@ -123,7 +123,7 @@ jobs:
123123
config:
124124
- {
125125
name: "Ubuntu GCC", artifact: "riesling-linux.tar.gz",
126-
os: ubuntu-18.04
126+
os: ubuntu-20.04
127127
}
128128
- {
129129
name: "macOS", artifact: "riesling-macos.tar.gz",

0 commit comments

Comments
 (0)