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.
2 parents bc50d54 + 22fb944 commit 573f44fCopy full SHA for 573f44f
.github/workflows/on_push.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
test:
12
name: Tests and Build
13
- runs-on: macos-13
+ runs-on: macos-15
14
steps:
15
-
16
name: Checkout
@@ -75,7 +75,7 @@ jobs:
75
sign:
76
name: Sign Apple app
77
needs: [version]
78
79
80
81
@@ -210,7 +210,7 @@ jobs:
210
211
release:
212
name: Release
213
214
needs: [version, sign, changelog]
215
216
0 commit comments