Skip to content

Commit

Permalink
Use macOS 13 (-large images seem to not be available on free accounts)
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Aug 29, 2024
1 parent 5999156 commit 722ed32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-14-large ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev' ]
architecture: [ 'x86', 'x64' ]
# Exclude x86 configs on non-Windows OSs
exclude:
- os: ubuntu-latest
architecture: x86
- os: macos-14-large
- os: macos-13
architecture: x86

env:
Expand All @@ -114,7 +114,7 @@ jobs:
run: |
if [ ${{ matrix.os }} == ubuntu-latest ]; then
short_name=linux
elif [ ${{ matrix.os }} == macos-14-large ]; then
elif [ ${{ matrix.os }} == macos-13 ]; then
short_name=macos
elif [ ${{ matrix.os }} == windows-latest ]; then
if [ ${{ matrix.architecture }} == x64 ]; then
Expand Down

0 comments on commit 722ed32

Please sign in to comment.