File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- os : [ { id: macos-14 , name: "sonoma " } ]
18
+ os : [ { id: macos-13 , name: "ventura " } ]
19
19
# we don't bottle meta-formulas that contain only services
20
20
formula : [tezos-client]
21
21
steps :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def make_deps
35
35
ENV [ "BLST_PORTABLE" ] = "yes"
36
36
# Force linker to use libraries from the current brew installation.
37
37
# Workaround for https://github.com/serokell/tezos-packaging/issues/700
38
- ENV [ "LDFLAGS" ] = "-L #{ HOMEBREW_PREFIX } /lib"
38
+ ENV [ "LDFLAGS" ] = "-L_opam /lib"
39
39
# Here is the workaround to use opam 2.0.9 because Tezos is currently not compatible with opam 2.1.0 and newer
40
40
arch = RUBY_PLATFORM . include? ( "arm64" ) ? "arm64" : "x86_64"
41
41
system "rustup" , "install" , "1.78.0"
You can’t perform that action at this time.
0 commit comments