Skip to content

Commit 24b5a0d

Browse files
committed
feat(ci): use MacOS 15 for Action builds as MacOS 13 is discontinued
1 parent df2d21e commit 24b5a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
Build_macOs:
129129
needs: [macos_helper]
130-
runs-on: macos-13
130+
runs-on: macos-15-intel
131131
steps:
132132
- name: Checkout
133133
uses: actions/checkout@v4
@@ -143,7 +143,7 @@ jobs:
143143
MACOSX_DEPLOYMENT_TARGET: "10.14"
144144
OPENSSL_STATIC: "1"
145145
OPENSSL_DIR: "/usr/local/openssl"
146-
RUSTFLAGS: "-C target=x86_64-apple-darwin -C link-arg=-mmacosx-version-min=10.14"
146+
RUSTFLAGS: "-C link-arg=-mmacosx-version-min=10.14"
147147
run: |
148148
cargo build --release -p witnet -p witnet_toolkit
149149

0 commit comments

Comments
 (0)