From 4e47c55a5fd41f6957cbec28f0292b7a71c3ce4f Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" Date: Mon, 11 Jul 2022 17:41:52 +0200 Subject: [PATCH] OSX GHA build fix by bumping OSX release --- .github/workflows/base_node_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/base_node_binaries.yml b/.github/workflows/base_node_binaries.yml index 345047aa94..f0f30ba585 100644 --- a/.github/workflows/base_node_binaries.yml +++ b/.github/workflows/base_node_binaries.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, macos-10.15, windows-2019] + os: [ubuntu-18.04, macos-11, windows-2019] # https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html target_cpu: ["x86-64"] # https://github.com/zkcrypto/curve25519-dalek-ng/pull/14