Skip to content

Commit d78cfff

Browse files
chore: add missing dash to runner image label
1 parent 5057b12 commit d78cfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
setup:
1111
strategy:
1212
matrix:
13-
os: ['ubuntu24.04', 'macos-15']
13+
os: ['ubuntu-24.04', 'macos-15']
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 30
1616
steps:

0 commit comments

Comments
 (0)