Skip to content

Commit

Permalink
ci(app-shell): update macos github runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Jul 1, 2024
1 parent 6de4c7b commit a860f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -207,13 +207,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
4 changes: 2 additions & 2 deletions app-shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ dist-ot3: package-deps
.PHONY: dist-macos-latest
dist-macos-latest: dist-osx

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

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

0 comments on commit a860f78

Please sign in to comment.