1
0
Fork 0
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:
Andrew Simachev 2024-11-04 21:00:19 +01:00
parent 880d564928
commit 874a8a8bbc
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
5 changed files with 7 additions and 7 deletions

View file

@ -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
View file

@ -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",

View file

@ -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",

View file

@ -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

View file

@ -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