Skip to content

Commit

Permalink
chore: workflow macOS use latest version
Browse files Browse the repository at this point in the history
xcode 和 macos
  • Loading branch information
d1y committed Jun 24, 2024
1 parent e78eca1 commit 8c6012c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:

build-with-windows:
build-windows:
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
name: windows
path: build/windows/x64/runner/Release/yy-windows.zip

build-with-linux-x86_64:
build-linux-x86_64:
runs-on: ubuntu-22.04

env:
Expand Down Expand Up @@ -77,12 +77,12 @@ jobs:
name: x86_64_linux
path: build/linux/x64/release/${{ env.TARBALL_NAME }}

build-cross-platform-and-release:
runs-on: macos-12
build-macOS-and-release:
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '13.4.1'
xcode-version: latest-stable
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cd ..
zip -r yoyo.ipa Payload
- name: Build macos
- name: Build macOS
run: |
flutter config --enable-macos-desktop
flutter build macos --release
Expand Down

0 comments on commit 8c6012c

Please sign in to comment.