Skip to content

Commit

Permalink
fix: use large runner to allow for kvm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed Aug 22, 2023
1 parent a81ef3e commit 289e7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build-push:
name: Build and Push Container Image
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 289e7b6

Please sign in to comment.