From 9df446a23db7fbfab6d20646ba0119fb5743a243 Mon Sep 17 00:00:00 2001 From: Soph <35721420+sophoah@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:31:21 +0200 Subject: [PATCH] [ops] github workflow update macos-12 (#4248) Co-authored-by: Nita Neou (Soph) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b192f0756..985581673 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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