File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
99
- name : Run build
100
100
run : bash ci/fedora-buildgen.sh
101
101
build-ubuntu-bionic :
102
- name : Build (Ubuntu 18 .04 LTS)
102
+ name : Build (Ubuntu 20 .04 LTS)
103
103
needs : pre_job
104
104
if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
105
105
runs-on : ubuntu-latest
@@ -109,4 +109,4 @@ jobs:
109
109
- name : Checkout submodules
110
110
run : git submodule update --init --recursive
111
111
- name : Run build
112
- run : bash ci/ubuntu-bionic -buildgen.sh
112
+ run : bash ci/ubuntu-focal -buildgen.sh
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ IFS=$'\n\t'
7
7
8
8
set -x
9
9
10
- docker build -t odamex -f ci/ubuntu-bionic .Dockerfile .
10
+ docker build -t odamex -f ci/ubuntu-focal .Dockerfile .
11
11
docker run --rm odamex
Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:20 .04
2
2
3
3
WORKDIR odamex
4
4
You can’t perform that action at this time.
0 commit comments