Workflows: Bump versions

pull/84/head
Andre Richter 4 years ago
parent 25ed9e4e42
commit dd296f7eca
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -21,14 +21,14 @@ on:
jobs:
build:
name: Build kernels
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Ruby 2.x
uses: actions/setup-ruby@v1
with:
ruby-version: 2.x
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rustup self update

@ -21,14 +21,14 @@ on:
jobs:
build:
name: Build kernels
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Ruby 2.x
uses: actions/setup-ruby@v1
with:
ruby-version: 2.x
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rustup self update

@ -11,10 +11,10 @@ on:
jobs:
build:
name: Various Sanity Checks
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
@ -22,7 +22,7 @@ jobs:
- name: Set up Ruby 2.x
uses: actions/setup-ruby@v1
with:
ruby-version: 2.x
ruby-version: "2.7"
- name: Set up Bundler
run: |
gem install bundler

@ -21,21 +21,21 @@ on:
jobs:
build:
name: Run integration tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Ruby 2.x
uses: actions/setup-ruby@v1
with:
ruby-version: 2.x
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
cargo install cargo-binutils
- name: Set up Ruby
run: |
gem install bundler

@ -21,21 +21,21 @@ on:
jobs:
build:
name: Run unit tests
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Ruby 2.x
uses: actions/setup-ruby@v1
with:
ruby-version: 2.x
ruby-version: "2.7"
- name: Set up Rust nightly
run: |
rustup self update
rustup toolchain install nightly --component llvm-tools-preview
rustup default nightly
rustup target add aarch64-unknown-none-softfloat
cargo install cargo-binutils
cargo install cargo-binutils
- name: Set up Ruby
run: |
gem install bundler

Loading…
Cancel
Save