Skip to content

Commit

Permalink
try macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyav committed Jun 25, 2024
1 parent 6e69f7a commit 1a0ea90
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-core-sdk:
if: ${{ startsWith(github.event.release.tag_name, 'core-') }}
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crypto-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
# No point in running this build on a core cut because it will fail until the deploy is done.
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crypto-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-crypto-sdk:
if: ${{ startsWith(github.event.release.tag_name, 'crypto-') }}
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
publish-docs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: macos-11
runs-on: macos-12
environment: "docs"
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lightspark-sdk-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
# No point in running this build on a core cut because it will fail until the deploy is done.
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lightspark-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-lightspark-sdk:
if: ${{ startsWith(github.event.release.tag_name, 'lightspark-sdk-') }}
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-cut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
bump-versions:
runs-on: macos-11
runs-on: macos-12
permissions:
contents: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wallet-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
# No point in running this build on a core cut because it will fail until the deploy is done.
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wallet-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
publish-wallet-sdk:
if: ${{ startsWith(github.event.release.tag_name, 'wallet-sdk-') }}
runs-on: macos-11
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1a0ea90

Please sign in to comment.