Skip to content

Commit 3d45a91

Browse files
committed
Bump macos-15 github actions builder for debug and release pipelines
1 parent 74507a2 commit 3d45a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-syncthing-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build-debug:
1818
name: Build debug
1919
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
20+
runs-on: macos-15
2121
steps:
2222
- uses: actions/checkout@v3
2323
with:
@@ -31,7 +31,7 @@ jobs:
3131
name: Build release
3232
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
3333
environment: signing
34-
runs-on: macos-12
34+
runs-on: macos-15
3535
steps:
3636
- uses: actions/checkout@v3
3737
with:

0 commit comments

Comments
 (0)