Skip to content

Commit

Permalink
ci: switch to macOS runner for linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 5, 2024
1 parent 8b7c5a0 commit 7b43066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
check_linting:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

Expand Down

0 comments on commit 7b43066

Please sign in to comment.