Skip to content

Commit 36d01c4

Browse files
authored
Merge pull request #977 from BrightSpots/develop
update macos-13 runner to macos-15-intel (#976)
2 parents d3fa0f8 + 2167c24 commit 36d01c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
needs: deleteRelease
4949
strategy:
5050
matrix:
51-
os: [ ubuntu-latest, windows-latest, macos-13, macos-latest ] # -13 is intel; -latest is ARM
51+
os: [ ubuntu-latest, windows-latest, macos-15-intel, macos-latest ] # -latest is ARM
5252
steps:
5353
- uses: actions/checkout@v3
5454

@@ -165,7 +165,7 @@ jobs:
165165
shaA: 512
166166

167167
- name: "Prepare keychain"
168-
if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-13'
168+
if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-15-intel'
169169
env:
170170
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
171171
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
@@ -191,7 +191,7 @@ jobs:
191191
final-filepath: ${{ steps.exefn.outputs.FILEPATH }}
192192

193193
- name: "Notarize app bundle"
194-
if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-13'
194+
if: matrix.os == 'macOS-latest' || matrix.os == 'macOS-15-intel'
195195
env:
196196
MACOS_NOTARIZATION_APPLE_ID: ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
197197
MACOS_NOTARIZATION_TEAM_ID: ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}

0 commit comments

Comments
 (0)