Skip to content

Commit

Permalink
wip: test only one
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Sep 16, 2024
1 parent 6699108 commit e973654
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
fail-fast: false
matrix:
include:
- { os: ubuntu-latest, version: '1.0', arch: x64}
- { os: ubuntu-latest, version: '1.6', arch: x64}
# - { os: ubuntu-latest, version: '1.0', arch: x64}
# - { os: ubuntu-latest, version: '1.6', arch: x64}
- { os: ubuntu-latest, version: '1', arch: x64}
- { os: ubuntu-latest, version: 'nightly', arch: x64}
- { os: windows-latest, version: '1', arch: x64}
- { os: macOS-latest, version: '1', arch: x64}
# - { os: ubuntu-latest, version: 'nightly', arch: x64}
# - { os: windows-latest, version: '1', arch: x64}
# - { os: macOS-latest, version: '1', arch: x64}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e973654

Please sign in to comment.