From 1a0ea90f566c17746708700ff184f56701c91fd4 Mon Sep 17 00:00:00 2001 From: shreyav Date: Mon, 24 Jun 2024 17:34:41 -0700 Subject: [PATCH] try macos 12 --- .github/workflows/core-build.yaml | 2 +- .github/workflows/core-publish.yaml | 2 +- .github/workflows/crypto-build.yaml | 2 +- .github/workflows/crypto-publish.yaml | 2 +- .github/workflows/docs-publish.yaml | 2 +- .github/workflows/lightspark-sdk-build.yaml | 2 +- .github/workflows/lightspark-sdk-publish.yaml | 2 +- .github/workflows/release-branch-cut.yaml | 2 +- .github/workflows/wallet-build.yaml | 2 +- .github/workflows/wallet-publish.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/core-build.yaml b/.github/workflows/core-build.yaml index 7d1e882e..0e610f34 100644 --- a/.github/workflows/core-build.yaml +++ b/.github/workflows/core-build.yaml @@ -19,7 +19,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/core-publish.yaml b/.github/workflows/core-publish.yaml index 7d7e8c4d..851af93e 100644 --- a/.github/workflows/core-publish.yaml +++ b/.github/workflows/core-publish.yaml @@ -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 diff --git a/.github/workflows/crypto-build.yaml b/.github/workflows/crypto-build.yaml index 8ff79ce8..a68c8fc3 100644 --- a/.github/workflows/crypto-build.yaml +++ b/.github/workflows/crypto-build.yaml @@ -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 diff --git a/.github/workflows/crypto-publish.yaml b/.github/workflows/crypto-publish.yaml index 433d2d2c..76f404d7 100644 --- a/.github/workflows/crypto-publish.yaml +++ b/.github/workflows/crypto-publish.yaml @@ -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 diff --git a/.github/workflows/docs-publish.yaml b/.github/workflows/docs-publish.yaml index 6c79b5da..2d105114 100644 --- a/.github/workflows/docs-publish.yaml +++ b/.github/workflows/docs-publish.yaml @@ -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 diff --git a/.github/workflows/lightspark-sdk-build.yaml b/.github/workflows/lightspark-sdk-build.yaml index aa551c03..a81db4cd 100644 --- a/.github/workflows/lightspark-sdk-build.yaml +++ b/.github/workflows/lightspark-sdk-build.yaml @@ -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 diff --git a/.github/workflows/lightspark-sdk-publish.yaml b/.github/workflows/lightspark-sdk-publish.yaml index 0aacb90e..d8f4a5c8 100644 --- a/.github/workflows/lightspark-sdk-publish.yaml +++ b/.github/workflows/lightspark-sdk-publish.yaml @@ -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 diff --git a/.github/workflows/release-branch-cut.yaml b/.github/workflows/release-branch-cut.yaml index 3f551959..e741d034 100644 --- a/.github/workflows/release-branch-cut.yaml +++ b/.github/workflows/release-branch-cut.yaml @@ -7,7 +7,7 @@ on: jobs: bump-versions: - runs-on: macos-11 + runs-on: macos-12 permissions: contents: write pull-requests: write diff --git a/.github/workflows/wallet-build.yaml b/.github/workflows/wallet-build.yaml index 55be03fa..a8b8769e 100644 --- a/.github/workflows/wallet-build.yaml +++ b/.github/workflows/wallet-build.yaml @@ -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 diff --git a/.github/workflows/wallet-publish.yaml b/.github/workflows/wallet-publish.yaml index 101b6106..ce4b30c0 100644 --- a/.github/workflows/wallet-publish.yaml +++ b/.github/workflows/wallet-publish.yaml @@ -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