Skip to content

Commit

Permalink
ci(app-shell): update macos github runner version (#15559)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin authored and y3rsh committed Jul 22, 2024
1 parent 305f00e commit 043bca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
backend-unit-test:
strategy:
matrix:
os: ['windows-2022', 'ubuntu-22.04', 'macos-11']
os: ['windows-2022', 'ubuntu-22.04', 'macos-latest']
name: 'opentrons app backend unit tests on ${{matrix.os}}'
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -228,13 +228,13 @@ jobs:
if: needs.determine-build-type.outputs.variants != '[]'
strategy:
matrix:
os: ['windows-2022', 'ubuntu-22.04', 'macos-11']
os: ['windows-2022', 'ubuntu-22.04', 'macos-latest']
variant: ${{fromJSON(needs.determine-build-type.outputs.variants)}}
target: ['desktop', 'odd']
exclude:
- os: 'windows-2022'
target: 'odd'
- os: 'macos-11'
- os: 'macos-latest'
target: 'odd'

runs-on: ${{ matrix.os }}
Expand Down
3 changes: 0 additions & 3 deletions app-shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ dist-ot3: package-deps
.PHONY: dist-macos-latest
dist-macos-latest: dist-osx

.PHONY: dist-macos-11
dist-macos-11: dist-osx

.PHONY: dist-ubuntu-latest
dist-ubuntu-latest: dist-linux

Expand Down

0 comments on commit 043bca7

Please sign in to comment.