Skip to content

Commit

Permalink
[Github Actions] OSX build/test workflow minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Apr 25, 2024
1 parent c50221c commit f2842cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [macos-latest]
os: [macos-13]

steps:
- name: Checkout repository
Expand Down

0 comments on commit f2842cc

Please sign in to comment.