File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: docker-image
66on : push
77jobs :
88 docker-image :
9- runs-on : ubuntu-18.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 # actions/checkout@v2
1212 - uses : actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ on: [ push, pull_request ]
77
88jobs :
99 check-style :
10- runs-on : ubuntu-18 .04
10+ runs-on : ubuntu-20 .04
1111 steps :
1212 # actions/checkout@v2
1313 - uses : actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- os : [ ubuntu-18 .04, macos-11 ]
26+ os : [ ubuntu-20 .04, macos-11 ]
2727 steps :
2828 # actions/checkout@v2
2929 - uses : actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
3939 run : cargo run --bin omicron-package -- check
4040
4141 clippy-lint :
42- runs-on : ubuntu-18 .04
42+ runs-on : ubuntu-20 .04
4343 steps :
4444 # actions/checkout@v2
4545 - uses : actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
6464 # This is just a test build of docs. Publicly available docs are built via
6565 # the separate "rustdocs" repo.
6666 build-docs :
67- runs-on : ubuntu-18 .04
67+ runs-on : ubuntu-20 .04
6868 steps :
6969 # actions/checkout@v2
7070 - uses : actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b
You can’t perform that action at this time.
0 commit comments