Skip to content

Commit

Permalink
Merge pull request #125 from radixdlt/use-macos-13-for-gradle
Browse files Browse the repository at this point in the history
ci: use macos-13 for publish jobs
  • Loading branch information
marek-karwacki-rdx authored Oct 9, 2024
2 parents 37df9ab + 0c4f340 commit 5bab8f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
path: "./artifacts/RadixEngineToolkit.xcframework"
publish-kotlin-maven-github:
needs: [build, generate-uniffi-bindings]
runs-on: macos-latest
runs-on: macos-13
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -418,10 +418,6 @@ jobs:
ref: main
token: ${{ github.token }}
path: ./.github/actions/actions-oidc-debugger
- name: Debug OIDC Claims
uses: ./.github/actions/actions-oidc-debugger
with:
audience: 'https://github.com/github'
- name: Configure AWS credentials to fetch secrets
uses: RDXWorks-actions/configure-aws-credentials@main
with:
Expand Down Expand Up @@ -462,7 +458,7 @@ jobs:
build-root-directory: interop/kotlin/ret-kotlin
publish-android-maven:
needs: [build, generate-uniffi-bindings]
runs-on: macos-latest
runs-on: macos-13
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 5bab8f7

Please sign in to comment.