Skip to content

Commit

Permalink
Enable darwin on darwin build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric BAIL committed Apr 28, 2024
1 parent a730062 commit 50e551f
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .github/workflows/ci.yml
Expand Up @@ -88,10 +88,9 @@ jobs:
- os: freebsd
- os: android
args: -app-id calc.sha${{ github.sha }}
## Not shared darwin image is available at the moment
# - os: darwin
# args: -app-id calc.sha${{ github.sha }}
# host: macos-latest
- os: darwin
args: -app-id calc.sha${{ github.sha }}
host: macos-latest
- os: web

## Currently not easily supported from GitHub actions.
Expand Down Expand Up @@ -140,10 +139,9 @@ jobs:
- name: Install Podman
if: ${{ runner.os == 'macos' }}
run: |
brew install podman
podman machine init
podman machine start
brew install docker
colima start
- name: Build
working-directory: calculator
run: |
Expand All @@ -170,11 +168,9 @@ jobs:
- os: freebsd
- os: android
args: -app-id calc.sha${{ github.sha }}
## Not shared darwin image is available at the moment
# - os: darwin
# args: -app-id calc.sha${{ github.sha }}
# host: macos-latest
# - os: web
- os: darwin
args: -app-id calc.sha${{ github.sha }}
host: macos-latest

## Currently not easily supported from GitHub actions.
## https://github.com/fyne-io/fyne-cross/pull/104#issuecomment-1099494308
Expand Down Expand Up @@ -219,12 +215,11 @@ jobs:
go install fyne.io/fyne/v2/cmd/fyne@latest ||
go get fyne.io/fyne/v2/cmd/fyne@latest
- name: Install Podman
- name: Install docker
if: ${{ runner.os == 'macos' }}
run: |
brew install podman
podman machine init
podman machine start
brew install docker
colima start
- name: Build
working-directory: terminal
Expand Down

0 comments on commit 50e551f

Please sign in to comment.