Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Run CI pipeline on macOS 13
Browse files Browse the repository at this point in the history
GitHub's macos-latest runner now runs on Apple Silicon, and CPLEX
has not yet released Python packages for that platform.
  • Loading branch information
lpsinger committed May 20, 2024
1 parent ebd383d commit 1852b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 1852b8f

Please sign in to comment.