We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74507a2 commit 3d45a91Copy full SHA for 3d45a91
.github/workflows/build-syncthing-macos.yml
@@ -17,7 +17,7 @@ jobs:
17
build-debug:
18
name: Build debug
19
if: github.event_name == 'push' && github.ref != 'refs/heads/release' # Debug not necessary on release branch (develop is intermediate branch)
20
- runs-on: macos-12
+ runs-on: macos-15
21
steps:
22
- uses: actions/checkout@v3
23
with:
@@ -31,7 +31,7 @@ jobs:
31
name: Build release
32
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
33
environment: signing
34
35
36
37
0 commit comments