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 a40fb17 commit 8730ac4Copy full SHA for 8730ac4
.github/workflows/integration-tests.yml
@@ -17,13 +17,13 @@ jobs:
17
name: PR unit tests
18
strategy:
19
matrix:
20
- os: [ubuntu-latest, macos-15]
+ os: [ubuntu-latest, macos-13]
21
fail-fast: false
22
runs-on: ${{ matrix.os }}
23
24
steps:
25
- name: start docker
26
- if: ${{ matrix.os == 'macos-15' }}
+ if: ${{ matrix.os == 'macos-13' }}
27
id: setup-docker
28
uses: douglascamata/[email protected]
29
0 commit comments