Skip to content

Commit 275d605

Browse files
committed
Tried to update the mac CI
1 parent 879173a commit 275d605

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,20 @@ jobs:
3939
uses: ghdl/setup-ghdl-ci@nightly
4040
with:
4141
backend: llvm
42-
- name: Setup libraries (MacOS)
42+
- name: Setup Docker on (MacOS)
43+
id: setup-docker
44+
uses: douglascamata/setup-docker-macos-action@v1.0.1
45+
with:
46+
lima: v1.2.1
47+
colima: v0.9.1
48+
colima-network-address: false
49+
- name: Start Colima and pull GHDL image (MacOS)
4350
if: runner.os == 'macOS'
4451
run: |
45-
brew install docker
4652
colima start
4753
docker pull ghdl/ghdl:ubuntu20-mcode
54+
- name: Setup libraries (MacOS)
55+
run: |
4856
brew install mono-libgdiplus
4957
- name: Restore
5058
run: dotnet restore src/SME.sln

0 commit comments

Comments
 (0)