Skip to content

Commit

Permalink
workflows: use normal runners
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <pat@chronosphere.io>
  • Loading branch information
patrick-stephens committed Mar 14, 2024
1 parent 5d3348f commit faa657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build-containers:
name: Build containers
runs-on: actuated-4cpu-16gb
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
Expand Down

0 comments on commit faa657b

Please sign in to comment.