Skip to content

Commit

Permalink
Test on ARM macOS runners (#560)
Browse files Browse the repository at this point in the history
* Bump macos-latest python version

This is due to python 3.8 no longer being available on the macos-latest CI runner.

This also restores the ubuntu minimum version to 3.8 so that we test on 3.8 somewhere.
#515 (comment)

We might see intermittent CI failures again until #556 is merged (expected to be very soon).

* Update test_latest_versions.yml

use python 3.12 on macos, because then we will skip cplex
  • Loading branch information
garrison authored May 16, 2024
1 parent 9d789f7 commit c468735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.12"]
python-version: ["3.8", "3.12"]
include:
- os: macos-13
python-version: "3.8"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.10"
steps:
Expand Down

0 comments on commit c468735

Please sign in to comment.