Skip to content

Commit

Permalink
[ops] github workflow update macos-12 (#4248)
Browse files Browse the repository at this point in the history
Co-authored-by: Nita Neou (Soph) <[email protected]>
  • Loading branch information
sophoah and sophoah authored Jul 27, 2022
1 parent e5e09b7 commit 9df446a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
if: needs.check.outputs.tag_annotated == 'true'
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, [self-hosted, linux, ARM64]]
os: [ubuntu-18.04, macos-12, [self-hosted, linux, ARM64]]

steps:
- name: Import GPG key
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
working-directory: harmony

- name: Build harmony binary and packages for MacOS
if: matrix.os == 'macos-10.15'
if: matrix.os == 'macos-12'
run: |
brew install bash
sudo rm -f /usr/local/opt/openssl
Expand Down

0 comments on commit 9df446a

Please sign in to comment.