Skip to content

Commit 2159486

Browse files
authored
Update macos runner version on github actions
1 parent 3232ac5 commit 2159486

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tagged_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ macos-12, windows-latest, ubuntu-latest ]
16+
os: [ macos-13, windows-latest, ubuntu-latest ]
1717

1818
steps:
1919
- name: Checkout project
@@ -74,7 +74,7 @@ jobs:
7474
git push origin v${{ github.event.inputs.release_version }}
7575
7676
- name: Download aspect model service into project (Mac)
77-
if: matrix.os == 'macos-12'
77+
if: matrix.os == 'macos-13'
7878
run: |
7979
mkdir backend
8080
@@ -175,7 +175,7 @@ jobs:
175175
working-directory: core
176176

177177
- name: Set app version (Unix)
178-
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-latest'
178+
if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-latest'
179179
run: npm version ${{ github.event.inputs.release_version }}
180180
working-directory: core
181181

@@ -185,7 +185,7 @@ jobs:
185185
working-directory: core
186186

187187
- name: Build electron app (Mac)
188-
if: matrix.os == 'macos-12'
188+
if: matrix.os == 'macos-13'
189189
run: npm run build:mac:prod
190190
working-directory: core
191191

@@ -216,7 +216,7 @@ jobs:
216216
path: win-installer/aspect-model-editor-v${{ github.event.inputs.release_version }}-win.exe
217217

218218
- name: Upload binary (Mac)
219-
if: matrix.os == 'macos-12'
219+
if: matrix.os == 'macos-13'
220220
uses: actions/upload-artifact@v4
221221
with:
222222
name: aspect-model-editor-v${{ github.event.inputs.release_version }}-mac

0 commit comments

Comments
 (0)