Skip to content

Commit

Permalink
Pin build macos to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Jun 15, 2024
1 parent dc596c0 commit 18db5c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
shell: bash
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
# macos-latest no longer supports Python 3.7
platform: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.platform }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 18db5c2

Please sign in to comment.