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 72ad9dd commit d0cd60aCopy full SHA for d0cd60a
.github/workflows/_build.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- os: [windows-latest, ubuntu-latest, macos-latest-xlarge]
+ os: [windows-latest, ubuntu-latest, macos-latest]
11
12
runs-on: ${{ matrix.os }}
13
steps:
.github/workflows/_prepare.yml
- os: [windows-latest, ubuntu-latest, macos-13-xlarge]
0 commit comments