Skip to content

Commit

Permalink
[hack] temporary disable macos-latest
Browse files Browse the repository at this point in the history
- github workflow executor has transitionned to Apple Silicon M3
- bioconda is available as opt-in on ARM64
- we haven't tested V-pipe on Aarch64 yet
  • Loading branch information
DrYak committed Oct 3, 2024
1 parent f6b61d9 commit 1ee001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_regression_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
max-parallel: 5
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13] # , macos-latest] # disable until V-pipe's support for aarch64 is checked
python-version: ["3.10", "3.11"]
virus: ["hiv", "sars-cov-2"]

Expand Down

0 comments on commit 1ee001a

Please sign in to comment.