Skip to content

Commit 0c19f01

Browse files
committed
cpp 20 update
1 parent 28ace1c commit 0c19f01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# This workflow contains a single job called "build"
141141
build-osx:
142142
# The type of runner that the job will run on
143-
runs-on: macos-13
143+
runs-on: macos-14
144144
timeout-minutes: 20
145145

146146
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -153,7 +153,7 @@ jobs:
153153
# Runs a set of commands using the runners shell
154154

155155
- 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
157157

158158
- name: unit tests
159159
run: ./out/build/osx/frontend/frontend_libOTe -u
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: install prefix test
181181
run: |
182-
python3 build.py --setup --relic --install=~/install
182+
python3 build.py --setup --sodium --install=~/install
183183
python3 build.py --install=~/install
184184
cd libOTe_Tests/cmakeTests
185185
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=~/install
@@ -191,7 +191,7 @@ jobs:
191191
192192
- name: install test
193193
run: |
194-
python3 build.py --setup --relic --install --sudo
194+
python3 build.py --setup --sodium --install --sudo
195195
python3 build.py --install --sudo
196196
cd libOTe_Tests/cmakeTests
197197
cmake -S . -B out/ -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)