Skip to content

Commit 7aab457

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 07bd447 commit 7aab457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: 'ubuntu-22.04'
11+
runs-on: 'ubuntu-24.04'
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all
1010
jobs:
1111
release:
1212
name: Release
13-
runs-on: 'ubuntu-22.04'
13+
runs-on: 'ubuntu-24.04'
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)