1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

ci: update to Ubuntu 22.04 runners for all workflows (#18526)

This commit is contained in:
Divy Srivastava 2023-04-01 08:35:31 +05:30 committed by GitHub
parent f465123fdc
commit bafffa95a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04-xl]
os: [ubuntu-22.04-xl]
env:
CARGO_TERM_COLOR: always

View file

@ -7,7 +7,7 @@ on:
jobs:
update-dl-version:
name: update dl.deno.land version
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository == 'denoland/deno'
steps:
- name: Authenticate with Google Cloud

View file

@ -16,7 +16,7 @@ on:
jobs:
build:
name: start release
runs-on: ubuntu-20.04-xl
runs-on: ubuntu-22.04
timeout-minutes: 30
env:

View file

@ -16,7 +16,7 @@ on:
jobs:
build:
name: version bump
runs-on: ubuntu-20.04-xl
runs-on: ubuntu-22.04
timeout-minutes: 90
env:

View file

@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
deno-version: [v1.x, canary]
os: [ubuntu-20.04-xl]
os: [ubuntu-22.04-xl]
steps:
- name: Clone repository