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:
|
make:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ubuntu-22.04, ubuntu-20.04]
|
||||||
test_task: [check]
|
test_task: [check]
|
||||||
arch: ['']
|
arch: ['']
|
||||||
configure: ['cppflags=-DVM_CHECK_MODE']
|
configure: ['cppflags=-DVM_CHECK_MODE']
|
||||||
@ -31,19 +32,24 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- test_task: check
|
- test_task: check
|
||||||
arch: i686
|
arch: i686
|
||||||
|
os: ubuntu-22.04
|
||||||
- test_task: check
|
- test_task: check
|
||||||
configure: '--disable-yjit'
|
configure: '--disable-yjit'
|
||||||
|
os: ubuntu-22.04
|
||||||
- test_task: check
|
- test_task: check
|
||||||
configure: '--enable-shared --enable-load-relative'
|
configure: '--enable-shared --enable-load-relative'
|
||||||
|
os: ubuntu-22.04
|
||||||
- test_task: test-bundler-parallel
|
- test_task: test-bundler-parallel
|
||||||
|
os: ubuntu-22.04
|
||||||
- test_task: test-bundled-gems
|
- test_task: test-bundled-gems
|
||||||
|
os: ubuntu-22.04
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
|
||||||
RUBY_DEBUG: ci
|
RUBY_DEBUG: ci
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
if: >-
|
if: >-
|
||||||
${{!(false
|
${{!(false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user