Skip to content

Commit a844998

Browse files
committed
update macos image
macos-12 has been removed
1 parent 94e5276 commit a844998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuildElectron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
matrix:
156156
arch: [x64, arm64]
157157
fail-fast: false
158-
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-12' }}
158+
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-13' }}
159159
steps:
160160
- name: Print Tag Ref
161161
run: echo ${{ github.ref }}

0 commit comments

Comments
 (0)