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 38d7d35
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 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 @@ -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
Expand Down

0 comments on commit 38d7d35

Please sign in to comment.