Skip to content

Commit ebc5bf1

Browse files
authored
Maybe more luck with macos-13
1 parent 1c35c70 commit ebc5bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
52-
platform: [ubuntu-latest, macos-latest-large, windows-latest]
52+
platform: [ubuntu-latest, macos-13, windows-latest]
5353
runs-on: ${{ matrix.platform }}
5454
steps:
5555
- uses: actions/checkout@v2
@@ -89,7 +89,7 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
92-
platform: [ubuntu-latest, macos-latest-large, windows-latest]
92+
platform: [ubuntu-latest, macos-13, windows-latest]
9393
extra: [ 'jinja', 'ttp', 'jsonpatch']
9494
runs-on: ${{ matrix.platform }}
9595
steps:

0 commit comments

Comments
 (0)