File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 96
96
backend-unit-test :
97
97
strategy :
98
98
matrix :
99
- os : ['windows-2022', 'ubuntu-22.04', 'macos-11 ']
99
+ os : ['windows-2022', 'ubuntu-22.04', 'macos-latest ']
100
100
name : ' opentrons app backend unit tests on ${{matrix.os}}'
101
101
runs-on : ${{ matrix.os }}
102
102
steps :
@@ -228,13 +228,13 @@ jobs:
228
228
if : needs.determine-build-type.outputs.variants != '[]'
229
229
strategy :
230
230
matrix :
231
- os : ['windows-2022', 'ubuntu-22.04', 'macos-11 ']
231
+ os : ['windows-2022', 'ubuntu-22.04', 'macos-latest ']
232
232
variant : ${{fromJSON(needs.determine-build-type.outputs.variants)}}
233
233
target : ['desktop', 'odd']
234
234
exclude :
235
235
- os : ' windows-2022'
236
236
target : ' odd'
237
- - os : ' macos-11 '
237
+ - os : ' macos-latest '
238
238
target : ' odd'
239
239
240
240
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -145,9 +145,6 @@ dist-ot3: package-deps
145
145
.PHONY : dist-macos-latest
146
146
dist-macos-latest : dist-osx
147
147
148
- .PHONY : dist-macos-11
149
- dist-macos-11 : dist-osx
150
-
151
148
.PHONY : dist-ubuntu-latest
152
149
dist-ubuntu-latest : dist-linux
153
150
You can’t perform that action at this time.
0 commit comments