Update dependency ubuntu to v24

This commit is contained in:
renovate[bot] 2024-09-26 22:51:07 +00:00 committed by GitHub
parent f3d5590aff
commit c3418bfa49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build website
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV

View file

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