Skip to content

Commit c2289b0

Browse files
committed
Use macos-latest
Better to find out earlier when something breaks (and pin to latest working) rather than wait until something is already deprecated and find out you need a lot of work to get it going again.
1 parent 3f10df1 commit c2289b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: macos-13
9+
runs-on: macos-latest
1010
env:
1111
QS_BUILD_ONLY: 1
1212
QS_SOURCE_ROOT: "/tmp/git/quicksilver"
@@ -109,7 +109,7 @@ jobs:
109109

110110
sign:
111111
needs: build
112-
runs-on: macos-13
112+
runs-on: macos-latest
113113
env:
114114
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
115115
MACOS_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}

0 commit comments

Comments
 (0)