summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-08 08:59:39 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-08 10:15:56 +0900
commit52a2bc4a3436c15cb6c5f0bdab754c1efc51c7dc (patch)
treeba38cdf58ad49db5c93dd2509d1068db0779fa29 /.github/workflows/ubuntu.yml
parent7e1183200a8201e6f76139b55b11bb8aee9868ce (diff)
Try to run CI with Ubuntu 22.04
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index f60310d544..050d66e5d5 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -24,6 +24,7 @@ jobs:
make:
strategy:
matrix:
+ os: [ubuntu-22.04, ubuntu-20.04]
test_task: [check]
arch: ['']
configure: ['cppflags=-DVM_CHECK_MODE']
@@ -31,19 +32,24 @@ jobs:
include:
- test_task: check
arch: i686
+ os: ubuntu-22.04
- test_task: check
configure: '--disable-yjit'
+ os: ubuntu-22.04
- test_task: check
configure: '--enable-shared --enable-load-relative'
+ os: ubuntu-22.04
- test_task: test-bundler-parallel
+ os: ubuntu-22.04
- test_task: test-bundled-gems
+ os: ubuntu-22.04
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci
- runs-on: ubuntu-20.04
+ runs-on: ${{ matrix.os }}
if: >-
${{!(false