@@ -140,7 +140,7 @@ jobs:
140
140
# This workflow contains a single job called "build"
141
141
build-osx :
142
142
# The type of runner that the job will run on
143
- runs-on : macos-13
143
+ runs-on : macos-14
144
144
timeout-minutes : 20
145
145
146
146
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -153,7 +153,7 @@ jobs:
153
153
# Runs a set of commands using the runners shell
154
154
155
155
- name : build libOTe
156
- run : python3 build.py -DENABLE_BOOST=OFF -DVERBOSE_FETCH=ON -DENABLE_SSE=OFF -DENABLE_RELIC =ON -D ENABLE_ALL_OT=ON
156
+ run : python3 build.py -DENABLE_BOOST=OFF -DVERBOSE_FETCH=ON -DENABLE_SSE=OFF -DENABLE_SODIUM =ON -D ENABLE_ALL_OT=ON
157
157
158
158
- name : unit tests
159
159
run : ./out/build/osx/frontend/frontend_libOTe -u
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : install prefix test
181
181
run : |
182
- python3 build.py --setup --relic --install=~/install
182
+ python3 build.py --setup --sodium --install=~/install
183
183
python3 build.py --install=~/install
184
184
cd libOTe_Tests/cmakeTests
185
185
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=~/install
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
- name : install test
193
193
run : |
194
- python3 build.py --setup --relic --install --sudo
194
+ python3 build.py --setup --sodium --install --sudo
195
195
python3 build.py --install --sudo
196
196
cd libOTe_Tests/cmakeTests
197
197
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release
0 commit comments