Skip to content

Commit 8f4ff58

Browse files
committed
use macos13
Change-Id: I20fb306ca92e167adad14b0fcf879933c8cd438f
1 parent 7285624 commit 8f4ff58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bats.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,17 @@ jobs:
4040
path: ./_artifacts
4141

4242
bats_mac_tests:
43-
runs-on: macos-15
43+
runs-on: macos-13
4444
name: Bats e2e tests on Mac
4545
steps:
4646
- name: Checkout
4747
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
- name: Set up environment (download dependencies)
4949
run: |
50-
brew install docker
50+
brew install docker colima
5151
brew install kind
5252
brew install bats-core
53+
colima start
5354
- name: Setup tmate session
5455
uses: mxschmitt/action-tmate@v3
5556
- name: Bats tests

0 commit comments

Comments
 (0)