We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87f361 commit d04e7bdCopy full SHA for d04e7bd
.github/workflows/get-runner-labels.yml
@@ -42,7 +42,7 @@ jobs:
42
LINUX_RUNNER_LABELS='"ubuntu-22.04"';
43
fi
44
if [[ -z "$MACOS_RUNNER_LABELS" ]]; then
45
- MACOS_RUNNER_LABELS='"rspack-darwin-14-medium"';
+ MACOS_RUNNER_LABELS='"macos-latest"';
46
47
if [[ -z "$WINDOWS_RUNNER_LABELS" ]]; then
48
WINDOWS_RUNNER_LABELS='"windows-latest"';
0 commit comments