Skip to content

Commit f4224ec

Browse files
authored
Merge pull request #33 from Solcast/macos-runner
hotfix: point to macos-14 runner instead of latest
2 parents 17e711f + 9647ccc commit f4224ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
9+
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
1010
python-version: ["3.7", "3.11"]
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)