mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Minor adjustments for CI
This commit is contained in:
parent
44613ebd33
commit
c59513eb28
2 changed files with 3 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -42,7 +42,9 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
# We don't need to test across multiple platforms yet
|
||||
# os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
1.45
|
||||
Loading…
Reference in a new issue