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:
|
baseruby:
|
||||||
name: BASERUBY
|
name: BASERUBY
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
if: >-
|
if: >-
|
||||||
${{!(false
|
${{!(false
|
||||||
|
|
2
.github/workflows/rjit-bindgen.yml
vendored
2
.github/workflows/rjit-bindgen.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/spec_guards.yml
vendored
2
.github/workflows/spec_guards.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -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
|
||||||
|
|
8
.github/workflows/yjit-ubuntu.yml
vendored
8
.github/workflows/yjit-ubuntu.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue