Skip to content

Commit d4c718e

Browse files
committed
fix update
1 parent f803c58 commit d4c718e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,10 @@ jobs:
601601
# See: https://github.com/actions/runner-images#available-images.
602602
- name: 'x86_64: macOS Monterey, Valgrind'
603603
runner: 'macos-12'
604-
env_var: { WITH_VALGRIND: 'yes' }
604+
valgrind: 'yes'
605605
- name: 'arm64: macOS Sonoma'
606606
runner: 'macos-14'
607-
env_var: { WITH_VALGRIND: 'no' }
607+
valgrind: 'no'
608608
env_vars:
609609
- { WIDEMUL: 'int64', RECOVERY: 'yes', ECDH: 'yes', SCHNORRSIG: 'yes', ELLSWIFT: 'yes' }
610610
- { WIDEMUL: 'int128_struct', ECMULTGENPRECISION: 2, ECMULTWINDOW: 4 }
@@ -618,7 +618,7 @@ jobs:
618618
- BUILD: 'distcheck'
619619

620620
env:
621-
WITH_VALGRIND: ${{ runner.arch == 'X64' && 'yes' || 'no' }}
621+
WITH_VALGRIND: ${{ matrix.job.valgrind }}
622622

623623
steps:
624624
- name: Checkout

0 commit comments

Comments
 (0)