Update dependency ubuntu to v22

This commit is contained in:
renovate[bot] 2023-08-13 10:36:09 +00:00 committed by GitHub
parent ec7d1447d8
commit 10da95b2e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ env:
jobs:
build:
name: Just CI
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential zip -y

View file

@ -11,7 +11,7 @@ env:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV