We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa3d45 commit a088199Copy full SHA for a088199
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
matrix:
36
python-version: [ "3.10", "3.11", "3.12" ]
37
poetry-version: [ "1.8.3" ]
38
- os: [ ubuntu-22.04, macos-12, windows-2022 ]
+ os: [ ubuntu-22.04, macos-14, windows-2022 ]
39
just-version: [ "1.30.1" ]
40
runs-on: ${{ matrix.os }}
41
steps:
0 commit comments