Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfordboyle committed Oct 5, 2024
1 parent 39ab2c6 commit cbd5def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-22.04, ubuntu-20.04]
os: [macos-14, macos-14-arm64, macos-15, macos-15-arm64, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
glpk: ['4.65', '5.0']
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

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

0 comments on commit cbd5def

Please sign in to comment.