Skip to content

Commit

Permalink
Revert "switch examples_ntt_kyber_dilithium_neon_core to run on MacOS"
Browse files Browse the repository at this point in the history
This reverts commit d19efbe.
  • Loading branch information
mkannwischer committed Dec 5, 2024
1 parent e15cdc8 commit afc3227
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,9 @@ jobs:
github.event.pull_request.user.login == 'dop-amin' ||
github.event.pull_request.user.login == 'mkannwischer'
}}
runs-on: macos-latest
runs-on: ubuntu-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 afc3227

Please sign in to comment.