Skip to content

Commit 0738e86

Browse files
chore: Upgrade workflow to Ubuntu 22.04
1 parent 325858b commit 0738e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
name: "Create release"
130130
if: github.event_name != 'workflow_dispatch' || inputs.create_release
131131
needs: build-and-upload-artifacts
132-
runs-on: "ubuntu-20.04"
132+
runs-on: "ubuntu-22.04"
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: "📝 Create Release"

0 commit comments

Comments
 (0)