diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4389bb3..4ded399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. @@ -170,11 +169,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 @@ -219,12 +216,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