We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2d21e commit 24b5a0dCopy full SHA for 24b5a0d
.github/workflows/master.yml
@@ -127,7 +127,7 @@ jobs:
127
128
Build_macOs:
129
needs: [macos_helper]
130
- runs-on: macos-13
+ runs-on: macos-15-intel
131
steps:
132
- name: Checkout
133
uses: actions/checkout@v4
@@ -143,7 +143,7 @@ jobs:
143
MACOSX_DEPLOYMENT_TARGET: "10.14"
144
OPENSSL_STATIC: "1"
145
OPENSSL_DIR: "/usr/local/openssl"
146
- RUSTFLAGS: "-C target=x86_64-apple-darwin -C link-arg=-mmacosx-version-min=10.14"
+ RUSTFLAGS: "-C link-arg=-mmacosx-version-min=10.14"
147
run: |
148
cargo build --release -p witnet -p witnet_toolkit
149
0 commit comments