aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-01-26 10:49:14 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-29 19:40:25 +0000
commitc321339b24f896d02b0839d1b1e5008eae405858 (patch)
treeb2f70aa8e963024132bc54812af7c63b78905189 /.github
parentcbdef0479eba33228bf35ddef7b7c2eceda4ec64 (diff)
downloadmeson-c321339b24f896d02b0839d1b1e5008eae405858.zip
meson-c321339b24f896d02b0839d1b1e5008eae405858.tar.gz
meson-c321339b24f896d02b0839d1b1e5008eae405858.tar.bz2
Change the Eoan CI to ubuntu rolling ci
This makes the Ubuntu CI always use the latest release, without us having to manually change it.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/images.yml2
-rw-r--r--.github/workflows/os_comp.yml7
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml
index 0cf9156..87fae3b 100644
--- a/.github/workflows/images.yml
+++ b/.github/workflows/images.yml
@@ -32,7 +32,7 @@ jobs:
- { name: Fedora, id: fedora }
- { name: OpenSUSE, id: opensuse }
- { name: Ubuntu Bionic, id: bionic }
- - { name: Ubuntu Eoan, id: eoan }
+ - { name: Ubuntu Rolling, id: ubuntu-rolling }
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml
index 1883588..3cdcccd 100644
--- a/.github/workflows/os_comp.yml
+++ b/.github/workflows/os_comp.yml
@@ -21,7 +21,6 @@ on:
- "run_unittests.py"
jobs:
- arch:
name: ${{ matrix.cfg.name }}
runs-on: ubuntu-latest
strategy:
@@ -42,8 +41,8 @@ jobs:
# via the `args` array ub the image.json
run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS'
- eoan:
- name: 'Ubuntu Eoan'
+ ubuntu-rolling:
+ name: 'Ubuntu Rolling'
runs-on: ubuntu-latest
strategy:
@@ -72,7 +71,7 @@ jobs:
CXX: 'g++'
container:
- image: mesonbuild/eoan
+ image: mesonbuild/ubuntu-rolling
env:
MESON_RSP_THRESHOLD: ${{ matrix.cfg.MESON_RSP_THRESHOLD }}
MESON_ARGS: ${{ matrix.cfg.MESON_ARGS }}