Skip to content

Commit a17ad90

Browse files
committed
fixup! Add macOS job
Signed-off-by: Spencer Wilson <[email protected]>
1 parent be4c257 commit a17ad90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/java.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
needs: workflowcheck
5252
runs-on: macos-14
5353
steps:
54+
- name: Install Python
55+
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # pin@v5
56+
with:
57+
python-version: '3.12'
5458
- name: Checkout liboqs-java
5559
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
5660
- name: Checkout liboqs main

0 commit comments

Comments
 (0)