Skip to content

Commit ad7839c

Browse files
authored
Fix casing in runs-on for consistency
1 parent 6f434ac commit ad7839c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_all_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: [self-hosted, linux, macOS, ARM64]
12+
runs-on: [self-hosted, Linux, macOS, ARM64]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)