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 497d5d2 commit 2d50c49Copy full SHA for 2d50c49
.github/workflows/integration-tests.yml
@@ -17,13 +17,13 @@ jobs:
17
name: PR unit tests
18
strategy:
19
matrix:
20
- os: [ubuntu-latest, macos-12]
+ os: [ubuntu-latest, macos-latest]
21
fail-fast: false
22
runs-on: ${{ matrix.os }}
23
24
steps:
25
- name: start docker
26
- if: ${{ matrix.os == 'macos-12' }}
+ if: ${{ matrix.os == 'macos-latest' }}
27
run: |
28
brew install docker
29
colima start
0 commit comments