Skip to content

Commit

Permalink
More CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Jun 24, 2024
1 parent 180d637 commit 3fd98b1
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, macos-latest]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +23,7 @@ jobs:
- name: Install fyne-cross
run: |
go install github.com/fyne-io/fyne-cross@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Install X11 development libraries
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -56,7 +57,6 @@ jobs:
FYNE_CROSS_TARGETS: windows/amd64 linux/amd64 darwin/arm64
FYNE_CROSS_DARWIN_SDK: /opt/MacOSX13.3.sdk
SDKROOT: /opt/MacOSX13.3.sdk
PATH: ${{ github.workspace }}/go/bin:$PATH

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3fd98b1

Please sign in to comment.