Skip to content

Commit

Permalink
Retry CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Jun 24, 2024
1 parent 83c0b20 commit 9174102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
environment: main
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
fyne-cross windows -arch=amd64 -icon icon.png
fyne-cross linux -arch=amd64 -icon icon.png
# elif [ "${{ matrix.os }}" == "macos-latest" ]; then
elif [ "${{ matrix.os }}" == "macos-latest" ]; then
fyne-cross darwin -arch=arm64 -icon icon.png --macosx-sdk-path /opt/MacOSX13.3.sdk -app-id com.contextlabs.ollamark
fi
shell: bash
Expand Down

0 comments on commit 9174102

Please sign in to comment.