Skip to content

Commit ee4bb35

Browse files
Update dependency ubuntu to v24
1 parent 8306f9f commit ee4bb35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
cake:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515

1616
steps:
1717
- name: checkout

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
draft-stable:
88
env:
99
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111

1212
steps:
1313
- name: Checkout the requested branch

0 commit comments

Comments
 (0)