Skip to content

Commit 4e6bbf9

Browse files
committed
test
1 parent e623eb1 commit 4e6bbf9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
containers: linux
5555
artifact-name: ubuntu-22.04
5656
- machine: macos-13
57-
containers: none
57+
containers: linux
5858
artifact-name: macos-13
5959
- machine: ubuntu-22.04-arm
6060
containers: linux
@@ -74,6 +74,13 @@ jobs:
7474
8.0.412
7575
9.0.303
7676
77+
- name: Install MacOS Colima
78+
if: ${{ runner.os == 'macOS' }}
79+
run: |
80+
brew install colima docker
81+
colima version
82+
colima start
83+
7784
- name: Check for NuGet packages cache
7885
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag: v4.2.3
7986
id: nuget-cache

0 commit comments

Comments
 (0)