Skip to content

Commit 97aa6e8

Browse files
jklein24matthappensJoel WeinbergerJasonCWangrunner
authored
Release/lightspark sdk v0.19.0 (#216)
Merging release PR --------- Co-authored-by: Matt Davis <[email protected]> Co-authored-by: Matt Davis <[email protected]> Co-authored-by: Joel Weinberger <[email protected]> Co-authored-by: Jason Wang <[email protected]> Co-authored-by: runner <[email protected]>
1 parent 9ff76c9 commit 97aa6e8

File tree

30 files changed

+630
-73
lines changed

30 files changed

+630
-73
lines changed

.github/workflows/core-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
build:
22-
runs-on: macos-12
22+
runs-on: macos-13
2323

2424
steps:
2525
- uses: actions/checkout@v3

.github/workflows/core-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-core-sdk:
99
if: ${{ startsWith(github.event.release.tag_name, 'core-') }}
10-
runs-on: macos-12
10+
runs-on: macos-13
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/crypto-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
# No point in running this build on a core cut because it will fail until the deploy is done.
2323
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
24-
runs-on: macos-12
24+
runs-on: macos-13
2525

2626
steps:
2727
- uses: actions/checkout@v3

.github/workflows/crypto-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-crypto-sdk:
99
if: ${{ startsWith(github.event.release.tag_name, 'crypto-') }}
10-
runs-on: macos-12
10+
runs-on: macos-13
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/docs-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
publish-docs:
1818
if: ${{ github.event.workflow_run.conclusion == 'success' }}
19-
runs-on: macos-12
19+
runs-on: macos-13
2020
environment: "docs"
2121
permissions:
2222
id-token: write

.github/workflows/lightspark-sdk-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
# No point in running this build on a core cut because it will fail until the deploy is done.
2525
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
26-
runs-on: macos-12
26+
runs-on: macos-13
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/lightspark-sdk-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-lightspark-sdk:
99
if: ${{ startsWith(github.event.release.tag_name, 'lightspark-sdk-') }}
10-
runs-on: macos-12
10+
runs-on: macos-13
1111

1212
steps:
1313
- uses: actions/checkout@v3

.github/workflows/release-branch-cut.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
bump-versions:
10-
runs-on: macos-12
10+
runs-on: macos-13
1111
permissions:
1212
contents: write
1313
pull-requests: write

.github/workflows/wallet-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
# No point in running this build on a core cut because it will fail until the deploy is done.
2525
if: github.event.base_ref == null || !startsWith(github.event.base_ref, 'release/core-')
26-
runs-on: macos-12
26+
runs-on: macos-13
2727

2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/wallet-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish-wallet-sdk:
99
if: ${{ startsWith(github.event.release.tag_name, 'wallet-sdk-') }}
10-
runs-on: macos-12
10+
runs-on: macos-13
1111

1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)