We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06361d8 commit 1c35c70Copy full SHA for 1c35c70
1 file changed
.github/workflows/main.yaml
@@ -49,7 +49,7 @@ jobs:
49
fail-fast: false
50
matrix:
51
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
52
- platform: [ubuntu-latest, macOS-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest-large, windows-latest]
53
runs-on: ${{ matrix.platform }}
54
steps:
55
- uses: actions/checkout@v2
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
extra: [ 'jinja', 'ttp', 'jsonpatch']
94
95
0 commit comments