Skip to content

Commit

Permalink
fix: fix OSX GHA build fix by bumping OSX release (#4300)
Browse files Browse the repository at this point in the history
Description
OSX GHA build fix by bumping OSX release

How Has This Been Tested?
Build in local fork
  • Loading branch information
leet4tari authored Jul 14, 2022
1 parent c09420c commit fe5954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base_node_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe5954d

Please sign in to comment.