Skip to content

Commit

Permalink
configure: Disable windows and cmake 3.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Oct 12, 2023
1 parent 9ad3610 commit cc9fb57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-latest] #, windows-latest]
arch: [x64]
cmake: ["3.23"]

include:
- runs-on: ubuntu-latest
arch: x64
cmake: 3.4
# - runs-on: ubuntu-latest
# arch: x64
# cmake: 3.4

- runs-on: macos-latest
arch: x64
cmake: 3.7

- runs-on: windows-2019
arch: x64 # x86 compilers seem to be missing on 2019 image
cmake: 3.18
# - runs-on: windows-2019
# arch: x64 # x86 compilers seem to be missing on 2019 image
# cmake: 3.18

name: 🐍 3.7 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit cc9fb57

Please sign in to comment.