Skip to content

Commit 08a55e9

Browse files
committed
Removed usage of ubuntu-18.04 from github actions.
1 parent a7f31ad commit 08a55e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/actions_build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ jobs:
172172
VERBOSE: 1
173173

174174

175-
build_clang_ubuntu_18_04:
176-
runs-on: ubuntu-18.04
175+
build_clang_old_ubuntu_20_04:
176+
runs-on: ubuntu-20.04
177177
strategy:
178178
fail-fast: false
179179
matrix:
@@ -187,6 +187,11 @@ jobs:
187187
steps:
188188
- uses: actions/checkout@v2
189189

190+
- name: Add repositories
191+
run: |
192+
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic main'; \
193+
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'
194+
190195
- name: Prepare Install
191196
run: sudo apt-get update --fix-missing
192197

0 commit comments

Comments
 (0)