Try to run CI with Ubuntu 22.04
This commit is contained in:
parent
7e1183200a
commit
52a2bc4a34
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user