Skip to content

Commit

Permalink
Upgrade macos-12 job to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol committed Dec 9, 2024
1 parent 1802974 commit 1b17903
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
# At 09:00 on Monday. (see https://crontab.guru)
- cron: '0 9 * * 1'
pull_request:
branches:
- main

defaults:
run:
Expand All @@ -17,13 +20,13 @@ jobs:
build-wheel:
strategy:
matrix:
os: ['ubuntu-24.04', 'macos-12', 'macos-14', 'windows-2022']
os: ['ubuntu-24.04', 'macos-13', 'macos-14', 'windows-2022']
arch: ['x86_64', 'aarch64']
python: ['3.10']
exclude:
- os: 'ubuntu-24.04' # TODO: needs qemu setup
arch: 'aarch64'
- os: 'macos-12'
- os: 'macos-13'
arch: 'aarch64'
- os: 'macos-14'
arch: 'x86_64'
Expand Down

0 comments on commit 1b17903

Please sign in to comment.