Skip to content

Commit 043bca7

Browse files
shlokaminy3rsh
authored andcommitted
ci(app-shell): update macos github runner version (#15559)
1 parent 305f00e commit 043bca7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/app-test-build-deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
backend-unit-test:
9797
strategy:
9898
matrix:
99-
os: ['windows-2022', 'ubuntu-22.04', 'macos-11']
99+
os: ['windows-2022', 'ubuntu-22.04', 'macos-latest']
100100
name: 'opentrons app backend unit tests on ${{matrix.os}}'
101101
runs-on: ${{ matrix.os }}
102102
steps:
@@ -228,13 +228,13 @@ jobs:
228228
if: needs.determine-build-type.outputs.variants != '[]'
229229
strategy:
230230
matrix:
231-
os: ['windows-2022', 'ubuntu-22.04', 'macos-11']
231+
os: ['windows-2022', 'ubuntu-22.04', 'macos-latest']
232232
variant: ${{fromJSON(needs.determine-build-type.outputs.variants)}}
233233
target: ['desktop', 'odd']
234234
exclude:
235235
- os: 'windows-2022'
236236
target: 'odd'
237-
- os: 'macos-11'
237+
- os: 'macos-latest'
238238
target: 'odd'
239239

240240
runs-on: ${{ matrix.os }}

app-shell/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ dist-ot3: package-deps
145145
.PHONY: dist-macos-latest
146146
dist-macos-latest: dist-osx
147147

148-
.PHONY: dist-macos-11
149-
dist-macos-11: dist-osx
150-
151148
.PHONY: dist-ubuntu-latest
152149
dist-ubuntu-latest: dist-linux
153150

0 commit comments

Comments
 (0)