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 5c98172 commit 913a307Copy full SHA for 913a307
2 files changed
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
- build-test
52
if: (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled()
53
name: Deploy and Release
54
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
55
permissions: write-all
56
steps:
57
- name: Free Disk Space (Ubuntu)
.github/workflows/nightly.yml
@@ -24,7 +24,7 @@ jobs:
24
25
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled()
26
name: Deploy and Release Nightly
27
28
29
30
0 commit comments