Skip to content

Commit

Permalink
ci: fix runner name
Browse files Browse the repository at this point in the history
great start!
  • Loading branch information
CodingKoopa committed Jan 10, 2024
1 parent a87decd commit 47fb730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'main'
jobs:
build_deploy:
runs-on: 'ubuntu-22-04'
runs-on: 'ubuntu-22.04'
# See: https://github.com/docker/build-push-action
steps:
# Docs: https://github.com/docker/setup-qemu-action
Expand Down

0 comments on commit 47fb730

Please sign in to comment.