chore(deps): update dependency ubuntu to v24 #7

Closed
git wants to merge 1 commit from renovate/ubuntu-24.x into main
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
@ -56,7 +56,7 @@ jobs:
create_release:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create Release
id: create_release