Skip to content

Commit

Permalink
Merge pull request #33 from Solcast/macos-runner
Browse files Browse the repository at this point in the history
hotfix: point to macos-14 runner instead of latest
  • Loading branch information
hugh-solcast committed Apr 29, 2024
2 parents 17e711f + 9647ccc commit f4224ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
python-version: ["3.7", "3.11"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f4224ec

Please sign in to comment.