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 ad1ccb8 commit f4eec64Copy full SHA for f4eec64
1 file changed
.github/workflows/nightly.yml
@@ -10,7 +10,7 @@ permissions: {}
10
jobs:
11
nightly:
12
name: Run a Nightly Build and Save the Artifacts
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
14
outputs:
15
update_needed: ${{ steps.update.outputs.needed }}
16
version_slug: ${{ steps.update.outputs.slug }}
0 commit comments