mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
update to macos-13
This commit is contained in:
parent
880d564928
commit
874a8a8bbc
5 changed files with 7 additions and 7 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- macos-15
|
||||
- macos-13
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
|||
CGO_ENABLED: 0
|
||||
|
||||
- name: Build Front Mac OS
|
||||
if: matrix.os == 'macos-15'
|
||||
if: matrix.os == 'macos-13'
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
github_token: ${{secrets.TOKEN}}
|
||||
|
@ -114,7 +114,7 @@ jobs:
|
|||
SENTRY_AUTH_TOKEN: ${{secrets.SENTRY_AUTH_TOKEN}}
|
||||
|
||||
- name: Build Front Other
|
||||
if: matrix.os != 'macos-15'
|
||||
if: matrix.os != 'macos-13'
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
with:
|
||||
github_token: ${{secrets.TOKEN}}
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -74,7 +74,7 @@
|
|||
"systeminformation": "^5.23.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron/notarize": "^2.1.0",
|
||||
"@electron/notarize": "^2.5.0",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/katex": "^0.14.0",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"homepage": "https://anytype.io",
|
||||
"devDependencies": {
|
||||
"@electron/notarize": "^2.1.0",
|
||||
"@electron/notarize": "^2.5.0",
|
||||
"@types/history": "^4.7.8",
|
||||
"@types/jquery": "^3.5.14",
|
||||
"@types/katex": "^0.14.0",
|
||||
|
|
|
@ -13,7 +13,7 @@ folder="build";
|
|||
if [ "$platform" = "ubuntu-latest" ]; then
|
||||
arch="linux-$arch";
|
||||
folder="$arch";
|
||||
elif [ "$platform" = "macos-15" ]; then
|
||||
elif [ "$platform" = "macos-13" ]; then
|
||||
arch="darwin-$arch";
|
||||
folder="$arch";
|
||||
elif [ "$platform" = "windows-latest" ]; then
|
||||
|
|
|
@ -11,7 +11,7 @@ folder="build";
|
|||
if [ "$platform" = "ubuntu-latest" ]; then
|
||||
arch="linux-$arch";
|
||||
folder="$arch";
|
||||
elif [ "$platform" = "macos-15" ]; then
|
||||
elif [ "$platform" = "macos-13" ]; then
|
||||
arch="darwin-$arch";
|
||||
folder="$arch";
|
||||
elif [ "$platform" = "windows-latest" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue