Skip to content

Commit 2d50c49

Browse files
authored
macos-15 supports running docker again
1 parent 497d5d2 commit 2d50c49

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-12]
20+
os: [ubuntu-latest, macos-latest]
2121
fail-fast: false
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- name: start docker
26-
if: ${{ matrix.os == 'macos-12' }}
26+
if: ${{ matrix.os == 'macos-latest' }}
2727
run: |
2828
brew install docker
2929
colima start

0 commit comments

Comments
 (0)