Skip to content

Commit

Permalink
Try to build release on macos-13 builder
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-gate committed May 8, 2024
1 parent 9c2c1fb commit 636186f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-syncthing-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-debug:
name: Build debug
if: github.event_name == 'push' && github.ref != 'refs/heads/release' # Debug not necessary on release branch (develop is intermediate branch)
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -31,7 +31,7 @@ jobs:
name: Build release
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
environment: signing
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
environment: signing
needs:
- build-release
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 636186f

Please sign in to comment.