Skip to content

Commit

Permalink
Change Github runner to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
spinicist committed Jan 18, 2023
1 parent 96b3e81 commit e754233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
config:
- {
name: "Ubuntu GCC", artifact: "riesling-linux.tar.gz",
os: ubuntu-22.04,
cc: "gcc-11", cxx: "g++-11"
os: ubuntu-20.04,
cc: "gcc-10", cxx: "g++-10"
}
- {
name: "macOS", artifact: "riesling-macos.tar.gz",
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
config:
- {
name: "Ubuntu GCC", artifact: "riesling-linux.tar.gz",
os: ubuntu-18.04
os: ubuntu-20.04
}
- {
name: "macOS", artifact: "riesling-macos.tar.gz",
Expand Down

0 comments on commit e754233

Please sign in to comment.