We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8d269 commit 0a406c9Copy full SHA for 0a406c9
2 files changed
.github/workflows/main.yml
@@ -19,7 +19,7 @@ permissions:
19
20
jobs:
21
build:
22
- runs-on: macos-14
+ runs-on: macos-15
23
steps:
24
- uses: actions/checkout@v4
25
- uses: ./.github/workflows/actions/build
@@ -35,7 +35,7 @@ jobs:
35
deploy-snapshot:
36
needs: [ build ]
37
if: github.ref == 'refs/heads/main'
38
39
40
41
.github/workflows/release-publish.yml
@@ -6,7 +6,7 @@ on:
6
7
8
deploy-release:
9
10
11
12
0 commit comments