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:
name: BASERUBY
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: >-
${{!(false

View file

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

View file

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

View file

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

View file

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