Skip to content

Commit

Permalink
Merge pull request #106 from solaoi/main
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
solaoi authored Mar 27, 2024
2 parents a7069cf + f1b55ab commit 2df1872
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:
strategy:
matrix:
# os: [macos-13, macos-14] # macos-13: Intel Mac, macos-14: M1 Mac
os: [macos-13]
os: [macos-latest]
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: install app dependencies
run: yarn install --frozen-lockfile

- if: matrix.os == 'macos-13'
- if: matrix.os == 'macos-latest'
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2df1872

Please sign in to comment.