Skip to content

Commit

Permalink
switch examples_ntt_kyber_dilithium_neon_core to run on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Nov 28, 2024
1 parent 37d8862 commit 2c5f3be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ jobs:
github.event.pull_request.user.login == 'dop-amin' ||
github.event.pull_request.user.login == 'mkannwischer'
}}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install python dependencies
run: |
python3 -m venv venv
Expand Down

0 comments on commit 2c5f3be

Please sign in to comment.