@@ -95,70 +95,70 @@ jobs:
95
95
os : ubuntu
96
96
runs_on : ['ubuntu-latest']
97
97
DOCKER_IMAGE : quay.io/condaforge/linux-anvil-cos7-x86_64
98
- - CONFIG : win_64_numpy1.22python3.10.____cpython
99
- SHORT_CONFIG : win_64_numpy1.22python3.10.____cpython
100
- UPLOAD_PACKAGES : True
101
- os : windows
102
- runs_on : ['windows-latest']
103
- - CONFIG : win_64_numpy1.22python3.8.____cpython
104
- SHORT_CONFIG : win_64_numpy1.22python3.8.____cpython
105
- UPLOAD_PACKAGES : True
106
- os : windows
107
- runs_on : ['windows-latest']
108
- - CONFIG : win_64_numpy1.22python3.9.____cpython
109
- SHORT_CONFIG : win_64_numpy1.22python3.9.____cpython
110
- UPLOAD_PACKAGES : True
111
- os : windows
112
- runs_on : ['windows-latest']
113
- - CONFIG : win_64_numpy1.23python3.11.____cpython
114
- SHORT_CONFIG : win_64_numpy1.23python3.11.____cpython
115
- UPLOAD_PACKAGES : True
116
- os : windows
117
- runs_on : ['windows-latest']
118
98
- CONFIG : osx_64_numpy1.22python3.10.____cpython
119
99
SHORT_CONFIG : osx_64_numpy1.22python3.10.____cpython
120
100
UPLOAD_PACKAGES : True
121
101
os : macos
122
- runs_on : ['macos-latest ']
102
+ runs_on : ['macos-13 ']
123
103
- CONFIG : osx_64_numpy1.22python3.8.____cpython
124
104
SHORT_CONFIG : osx_64_numpy1.22python3.8.____cpython
125
105
UPLOAD_PACKAGES : True
126
106
os : macos
127
- runs_on : ['macos-latest ']
107
+ runs_on : ['macos-13 ']
128
108
- CONFIG : osx_64_numpy1.22python3.9.____cpython
129
109
SHORT_CONFIG : osx_64_numpy1.22python3.9.____cpython
130
110
UPLOAD_PACKAGES : True
131
111
os : macos
132
- runs_on : ['macos-latest ']
112
+ runs_on : ['macos-13 ']
133
113
- CONFIG : osx_64_numpy1.23python3.11.____cpython
134
114
SHORT_CONFIG : osx_64_numpy1.23python3.11.____cpython
135
115
UPLOAD_PACKAGES : True
136
116
os : macos
137
- runs_on : ['macos-latest ']
117
+ runs_on : ['macos-13 ']
138
118
- CONFIG : osx_arm64_numpy1.22python3.10.____cpython
139
119
SHORT_CONFIG : osx_arm64_numpy1.22python3.10.____cpython
140
120
UPLOAD_PACKAGES : True
141
121
os : macos
142
- runs_on : ['macos-latest ']
122
+ runs_on : ['macos-13 ']
143
123
- CONFIG : osx_arm64_numpy1.22python3.8.____cpython
144
124
SHORT_CONFIG : osx_arm64_numpy1.22python3.8.____cpython
145
125
UPLOAD_PACKAGES : True
146
126
os : macos
147
- runs_on : ['macos-latest ']
127
+ runs_on : ['macos-13 ']
148
128
- CONFIG : osx_arm64_numpy1.22python3.9.____cpython
149
129
SHORT_CONFIG : osx_arm64_numpy1.22python3.9.____cpython
150
130
UPLOAD_PACKAGES : True
151
131
os : macos
152
- runs_on : ['macos-latest ']
132
+ runs_on : ['macos-13 ']
153
133
- CONFIG : osx_arm64_numpy1.23python3.11.____cpython
154
134
SHORT_CONFIG : osx_arm64_numpy1.23python3.11.____cpython
155
135
UPLOAD_PACKAGES : True
156
136
os : macos
157
- runs_on : ['macos-latest']
137
+ runs_on : ['macos-13']
138
+ - CONFIG : win_64_numpy1.22python3.10.____cpython
139
+ SHORT_CONFIG : win_64_numpy1.22python3.10.____cpython
140
+ UPLOAD_PACKAGES : True
141
+ os : windows
142
+ runs_on : ['windows-latest']
143
+ - CONFIG : win_64_numpy1.22python3.8.____cpython
144
+ SHORT_CONFIG : win_64_numpy1.22python3.8.____cpython
145
+ UPLOAD_PACKAGES : True
146
+ os : windows
147
+ runs_on : ['windows-latest']
148
+ - CONFIG : win_64_numpy1.22python3.9.____cpython
149
+ SHORT_CONFIG : win_64_numpy1.22python3.9.____cpython
150
+ UPLOAD_PACKAGES : True
151
+ os : windows
152
+ runs_on : ['windows-latest']
153
+ - CONFIG : win_64_numpy1.23python3.11.____cpython
154
+ SHORT_CONFIG : win_64_numpy1.23python3.11.____cpython
155
+ UPLOAD_PACKAGES : True
156
+ os : windows
157
+ runs_on : ['windows-latest']
158
158
steps :
159
159
160
160
- name : Checkout code
161
- uses : actions/checkout@v3
161
+ uses : actions/checkout@v4
162
162
with :
163
163
fetch-depth : 0
164
164
@@ -212,7 +212,7 @@ jobs:
212
212
./.scripts/run_osx_build.sh
213
213
214
214
- name : Install Miniconda for windows
215
- uses : conda-incubator/setup-miniconda@v2
215
+ uses : conda-incubator/setup-miniconda@v3
216
216
with :
217
217
miniforge-version : latest
218
218
miniforge-variant : Mambaforge
0 commit comments