Skip to content

Commit 8f18970

Browse files
committed
Run release workflow on Ubuntu 24.04
1 parent 5388276 commit 8f18970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: "workflow_dispatch"
44
jobs:
55
build:
66
name: "Build"
7-
runs-on: "ubuntu-22.04"
7+
runs-on: "ubuntu-24.04"
88
steps:
99
- name: "Check out repository"
1010
uses: "actions/checkout@v4"
@@ -23,7 +23,7 @@ jobs:
2323
upload:
2424
name: "Upload"
2525
needs: "build"
26-
runs-on: "ubuntu-22.04"
26+
runs-on: "ubuntu-24.04"
2727
environment: "release"
2828
permissions:
2929
id-token: "write"

0 commit comments

Comments
 (0)