Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify: does runner label macos-14.0 exist? #39

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/test-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ on:
type: string
jobs:
test:
name: Hello

runs-on: ${{ inputs.runner || 'ubuntu-latest' }}
runs-on: macos-old
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems invalid runner label won't fail but only hangs at "Waiting for a runner to pick up this job...", as reported in https://github.com/orgs/community/discussions/31587 which used runs-on: ubuntu-lates.


steps:
- uses: actions/checkout@v4
Expand Down
Loading