Skip to content

Commit d04e7bd

Browse files
committed
test: use single file tests as jest entries
1 parent b87f361 commit d04e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/get-runner-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
LINUX_RUNNER_LABELS='"ubuntu-22.04"';
4343
fi
4444
if [[ -z "$MACOS_RUNNER_LABELS" ]]; then
45-
MACOS_RUNNER_LABELS='"rspack-darwin-14-medium"';
45+
MACOS_RUNNER_LABELS='"macos-latest"';
4646
fi
4747
if [[ -z "$WINDOWS_RUNNER_LABELS" ]]; then
4848
WINDOWS_RUNNER_LABELS='"windows-latest"';

0 commit comments

Comments
 (0)