We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc64149 commit 2a43328Copy full SHA for 2a43328
.github/workflows/release.yml
@@ -129,7 +129,7 @@ jobs:
129
name: 'Create release'
130
if: github.event_name != 'workflow_dispatch' || inputs.create_release
131
needs: build-and-upload-artifacts
132
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-24.04'
133
steps:
134
- uses: actions/checkout@v3
135
- name: '📝 Create Release'
0 commit comments