mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
sd ubuntu-20.04 ubuntu-22.04 .github/workflows/*
This commit is contained in:
parent
9a4d82fb09
commit
10d1291205
Notes:
git
2025-01-20 01:15:26 +00:00
5 changed files with 8 additions and 8 deletions
2
.github/workflows/baseruby.yml
vendored
2
.github/workflows/baseruby.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
baseruby:
|
||||
name: BASERUBY
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
if: >-
|
||||
${{!(false
|
||||
|
|
2
.github/workflows/rjit-bindgen.yml
vendored
2
.github/workflows/rjit-bindgen.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- task: rjit-bindgen
|
||||
fail-fast: false
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
if: >-
|
||||
${{!(false
|
||||
|
|
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
rubyspec:
|
||||
name: Rubyspec
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
if: >-
|
||||
${{!(false
|
||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -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
|
||||
|
|
8
.github/workflows/yjit-ubuntu.yml
vendored
8
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue