Skip to content

Commit

Permalink
fix: use correct runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 11, 2024
1 parent 5aec8ce commit 3404f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
get-modified-libraries:
runs-on: "ubuntu:latest"
runs-on: ubuntu-latest
steps:
- id: files
uses: jitterbit/get-changed-files@v1
Expand Down

0 comments on commit 3404f34

Please sign in to comment.