Skip to content

Commit

Permalink
chore: use larger github runner for image builds (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored Nov 7, 2024
1 parent 7817be9 commit 83af711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-to-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
outputs:
deploy_tag: ${{ steps.build.outputs.deploy_tag }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
-
uses: actions/checkout@v3
Expand Down

0 comments on commit 83af711

Please sign in to comment.