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 ab1f2c4 commit db39c0fCopy full SHA for db39c0f
.github/workflows/test-integration.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
fail-fast: false
48
matrix:
49
- os: [ ubuntu-latest, macos-latest ]
+ os: [ubuntu-latest]
50
test-path: ${{ fromJson(needs.pre-test.outputs.matrix) }}
51
steps:
52
- name: Download prepared workspace
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
18
19
- os: [ubuntu-latest, macos-latest]
20
21
- uses: actions/checkout@v4
22
0 commit comments