File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
package : [basemap_data, basemap_data_hires]
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
49
49
strategy :
50
50
matrix :
51
51
include :
52
- - os : ubuntu-latest
52
+ - os : ubuntu-22.04
53
53
arch : x86_64
54
54
before_all : >-
55
55
echo "Starting BEFORE_ALL script" &&
70
70
echo "GEOS_DIR set to: ${GEOS_DIR}" &&
71
71
cd "{package}" &&
72
72
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
73
- - os : windows-latest
73
+ - os : windows-2019
74
74
arch : x86_64
75
75
before_all : >-
76
76
echo Starting BEFORE_ALL script &&
87
87
python-version : " 3.9"
88
88
89
89
- name : Build sdist
90
- if : matrix.os == 'ubuntu-latest '
90
+ if : matrix.os == 'ubuntu-22.04 '
91
91
run : |
92
92
cd packages/basemap
93
93
python -m pip install build
@@ -125,7 +125,7 @@ jobs:
125
125
check :
126
126
name : Check packages
127
127
needs : [build_data, build_basemap]
128
- runs-on : ubuntu-latest
128
+ runs-on : ubuntu-22.04
129
129
steps :
130
130
- uses : actions/download-artifact@v4
131
131
with :
@@ -147,7 +147,7 @@ jobs:
147
147
upload :
148
148
name : Upload packages
149
149
needs : [build_data, build_basemap, check]
150
- runs-on : ubuntu-latest
150
+ runs-on : ubuntu-22.04
151
151
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
152
152
steps :
153
153
- uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments