Skip to content

Commit

Permalink
ci: upgrade macOS runners macos-11 -> macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Feb 3, 2024
1 parent 94de081 commit 4bbbbd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '13 11 * * *'
jobs:
pythonbuild:
runs-on: 'macos-11'
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
optimizations: 'pgo+lto'
needs:
- pythonbuild
runs-on: 'macos-11'
runs-on: 'macos-12'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4bbbbd3

Please sign in to comment.