We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-14
1 parent 7c3523e commit 16a3904Copy full SHA for 16a3904
.github/workflows/build-app.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
build-macos:
14
name: Build macOS (electron-builder)
15
- runs-on: macos-latest
+ runs-on: macos-14
16
17
steps:
18
- uses: actions/checkout@v4
.github/workflows/on-tag.yml
@@ -7,7 +7,7 @@ on:
7
8
pr-to-homebrew:
9
name: Homebrew
10
11
- uses: Homebrew/actions/setup-homebrew@master
- id: version
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
release-macos:
name: Publish macOS (electron-builder)
0 commit comments