Skip to content

Commit

Permalink
Merge pull request #1055 from asmorkalov:as/macos13
Browse files Browse the repository at this point in the history
Update Mac x86 to macos-13 as macos-12 is deprecated  by Github actions and will be removed soon
  • Loading branch information
asmorkalov authored Dec 4, 2024
2 parents 3f50d32 + b12aea1 commit 9e45735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
Build:
runs-on: macos-12
runs-on: macos-13
defaults:
run:
shell: bash
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

Test:
needs: [Build]
runs-on: macos-12
runs-on: macos-13
defaults:
run:
shell: bash
Expand Down

0 comments on commit 9e45735

Please sign in to comment.