sd ubuntu-20.04 ubuntu-22.04 .github/workflows/*

This commit is contained in:
Hiroshi SHIBATA 2025-01-16 16:08:31 +09:00
parent 9a4d82fb09
commit 10d1291205
Notes: git 2025-01-20 01:15:26 +00:00
5 changed files with 8 additions and 8 deletions

View file

@ -30,7 +30,7 @@ jobs:
baseruby: baseruby:
name: BASERUBY name: BASERUBY
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false

View file

@ -33,7 +33,7 @@ jobs:
- task: rjit-bindgen - task: rjit-bindgen
fail-fast: false fail-fast: false
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false

View file

@ -24,7 +24,7 @@ jobs:
rubyspec: rubyspec:
name: Rubyspec name: Rubyspec
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false

View file

@ -48,7 +48,7 @@ jobs:
BINARYEN_VERSION: 113 BINARYEN_VERSION: 113
WASMTIME_VERSION: v15.0.0 WASMTIME_VERSION: v15.0.0
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false

View file

@ -25,7 +25,7 @@ jobs:
name: cargo test name: cargo test
# GitHub Action's image seems to already contain a Rust 1.58.0. # GitHub Action's image seems to already contain a Rust 1.58.0.
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false
@ -57,7 +57,7 @@ jobs:
name: cargo clippy name: cargo clippy
# GitHub Action's image seems to already contain a Rust 1.58.0. # GitHub Action's image seems to already contain a Rust 1.58.0.
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false
@ -114,7 +114,7 @@ jobs:
BUNDLE_JOBS: 8 # for yjit-bench BUNDLE_JOBS: 8 # for yjit-bench
RUST_BACKTRACE: 1 RUST_BACKTRACE: 1
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
if: >- if: >-
${{!(false ${{!(false
@ -172,7 +172,7 @@ jobs:
- name: Set up Launchable - name: Set up Launchable
uses: ./.github/actions/launchable/setup uses: ./.github/actions/launchable/setup
with: with:
os: ubuntu-20.04 os: ubuntu-22.04
test-opts: ${{ matrix.configure }} test-opts: ${{ matrix.configure }}
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }} launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
builddir: build builddir: build