Skip to content

Commit

Permalink
actions: don't use linux runs-on label
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <me@ryan.ec>
  • Loading branch information
ryancragun committed Jul 3, 2024
1 parent 366fb73 commit 9adddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enos-release-testing-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
secrets: inherit

save-metadata:
runs-on: linux
runs-on: ubuntu-latest
if: always()
needs: test
steps:
Expand Down

0 comments on commit 9adddb1

Please sign in to comment.