Skip to content

Commit

Permalink
ci: Specify build image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo committed Jan 6, 2025
1 parent ad1ccb8 commit f4eec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: {}
jobs:
nightly:
name: Run a Nightly Build and Save the Artifacts
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
update_needed: ${{ steps.update.outputs.needed }}
version_slug: ${{ steps.update.outputs.slug }}
Expand Down

0 comments on commit f4eec64

Please sign in to comment.