Skip to content

Commit

Permalink
Fix OSX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstormjak committed Aug 14, 2024
1 parent 71890dd commit 78530e6
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: windows-latest
platform: win
- kind: mac
os: macos-11
os: macos-12
platform: osx
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build
name: Test

on: [push]

jobs:
build:
test:
name: Test on ${{ matrix.platform }}
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -17,7 +17,7 @@ jobs:
os: windows-latest
platform: win
- kind: mac
os: macos-11
os: macos-12
platform: osx
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build-osx": "quasar build --mode electron -T mac",
"publish": "quasar build --mode electron --publish always",
"publish-win": "quasar build --mode electron -T win32 --publish always",
"publish-linux": "quasar build --mode electron -T linux --publish always",
"publish-linux": "quasar build --mode electron -T linux --publish always",
"test:unit": "jest --updateSnapshot",
"test:unit:ci": "jest --ci",
"test:unit:coverage": "jest --coverage",
Expand Down Expand Up @@ -89,7 +89,7 @@
"chai": "^4.2.0",
"devtron": "^1.4.0",
"electron": "^11.1.1",
"electron-builder": "22.10.5",
"electron-builder": "23.0.2",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^3.0.0",
"electron-packager": "14.1.1",
Expand Down
Loading

0 comments on commit 78530e6

Please sign in to comment.