From aee27bb34ab2b9c8aa3986f480f91c1febb622e7 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Sat, 24 Sep 2022 03:47:00 +0300 Subject: [PATCH] ci macos-12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcbcf09cf0..973b5ed53f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ concurrency: jobs: build: - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: test-type: [unit-tests, integration-tests, build-example-wallet, build-example-dapp]