Skip to content

Commit 8730ac4

Browse files
authored
Update integration-tests.yml
1 parent a40fb17 commit 8730ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
name: PR unit tests
1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest, macos-15]
20+
os: [ubuntu-latest, macos-13]
2121
fail-fast: false
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- name: start docker
26-
if: ${{ matrix.os == 'macos-15' }}
26+
if: ${{ matrix.os == 'macos-13' }}
2727
id: setup-docker
2828
uses: douglascamata/[email protected]
2929

0 commit comments

Comments
 (0)