Skip to content

Commit

Permalink
Runner name typo: job still waiting for "ubutu" to be available!
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Nov 14, 2024
1 parent 29c6f9a commit a19e995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'no_ci'))
strategy:
matrix:
os: [ubutu-latest, windows-latest, macos-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]

fail-fast: false

Expand Down

0 comments on commit a19e995

Please sign in to comment.