Skip to content

Commit 561c1f5

Browse files
authored
GHA: added support for Windows ARM.
2 parents 527a097 + 8b6f904 commit 561c1f5

File tree

5 files changed

+1053
-571
lines changed

5 files changed

+1053
-571
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
include:
1616
- name: Windows (Intel)
1717
os: windows-2022
18-
#---OPENCOR--- The below is to be enabled once GitHub Actions has Windows ARM runners.
19-
# - name: Windows (ARM)
20-
# os: windows-2022
18+
- name: Windows (ARM)
19+
os: windows-11-arm
2120
- name: Linux (Intel)
2221
os: ubuntu-22.04
2322
- name: Linux (ARM)

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
include:
1616
- name: Windows (Intel)
1717
os: windows-2022
18-
#---OPENCOR--- The below is to be enabled once GitHub Actions has Windows ARM runners.
19-
# - name: Windows (ARM)
20-
# os: windows-2022
18+
- name: Windows (ARM)
19+
os: windows-11-arm
2120
- name: Linux (Intel)
2221
os: ubuntu-22.04
2322
- name: Linux (ARM)

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "2025.04.21",
26+
"version": "2025.05.04",
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"electron",
@@ -52,34 +52,34 @@
5252
"@electron-toolkit/utils": "^4.0.0",
5353
"@primeuix/themes": "^1.0.3",
5454
"@primevue/auto-import-resolver": "^4.3.3",
55-
"@tailwindcss/postcss": "^4.1.4",
56-
"@tailwindcss/vite": "^4.1.4",
57-
"@types/node": "^22.14.1",
55+
"@tailwindcss/postcss": "^4.1.5",
56+
"@tailwindcss/vite": "^4.1.5",
57+
"@types/node": "^22.15.3",
5858
"@vitejs/plugin-vue": "^5.2.3",
5959
"@vue/eslint-config-prettier": "^10.2.0",
6060
"@vue/eslint-config-typescript": "^14.5.0",
6161
"@vue/tsconfig": "^0.7.0",
6262
"@vueuse/core": "^13.1.0",
63-
"@wasm-fmt/clang-format": "^20.1.0",
63+
"@wasm-fmt/clang-format": "^20.1.3",
6464
"autoprefixer": "^10.4.21",
6565
"cmake-js": "^7.3.1",
6666
"echarts": "^5.6.0",
67-
"electron": "^35.2.0",
67+
"electron": "^36.1.0",
6868
"electron-builder": "^26.0.12",
6969
"electron-settings": "^4.0.4",
7070
"electron-vite": "^3.1.0",
71-
"eslint": "^9.25.0",
71+
"eslint": "^9.26.0",
7272
"libopencor": "https://opencor.ws/libopencor/downloads/libopencor-2025.04.08.tgz",
7373
"node-addon-api": "^8.3.1",
7474
"prettier": "^3.5.3",
7575
"primeicons": "^7.0.0",
7676
"primevue": "^4.3.3",
7777
"quill": "^2.0.3",
7878
"systeminformation": "^5.25.11",
79-
"tailwindcss": "^4.1.4",
79+
"tailwindcss": "^4.1.5",
8080
"ua-parser-js": "^2.0.3",
8181
"unplugin-vue-components": "^28.5.0",
82-
"vite": "^6.3.2",
82+
"vite": "^6.3.4",
8383
"vue": "^3.5.13",
8484
"vue-echarts": "^7.0.3"
8585
}

0 commit comments

Comments
 (0)