Skip to content

Commit 98cc0fd

Browse files
authored
GHA: account for the fact that macos-13 is about to be retired.
2 parents 5ea509d + 6f39d8a commit 98cc0fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Linux (ARM)
2727
os: ubuntu-22.04-arm
2828
- name: macOS (Intel)
29-
os: macos-13
29+
os: macos-15-intel
3030
- name: macOS (ARM)
31-
os: macos-14
31+
os: macos-15
3232
env:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
APPLE_ID: ${{ secrets.APPLE_ID }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Linux (ARM)
2323
os: ubuntu-22.04-arm
2424
- name: macOS (Intel)
25-
os: macos-13
25+
os: macos-15-intel
2626
- name: macOS (ARM)
27-
os: macos-14
27+
os: macos-15
2828
- name: Code formatting
2929
os: ubuntu-22.04
3030
- name: Linting

package.json

Lines changed: 1 addition & 1 deletion
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": "0.20251002.1",
26+
"version": "0.20251003.0",
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"@tailwindcss/oxide",

src/renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"./style.css": "./dist/opencor.css"
4141
},
42-
"version": "0.20251002.1",
42+
"version": "0.20251003.0",
4343
"scripts": {
4444
"build": "vite build",
4545
"build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",

0 commit comments

Comments
 (0)