Skip to content

Commit 55b9718

Browse files
committed
Apply minor reordering in build_data job
1 parent 1a83925 commit 55b9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ on:
1818
jobs:
1919
build_data:
2020
name: Build data packages
21-
runs-on: ubuntu-latest
2221
strategy:
2322
matrix:
2423
package: [basemap_data, basemap_data_hires]
24+
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
2727

0 commit comments

Comments
 (0)