From ffcfa9435fe737f21267e651e875684607d88002 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Fri, 13 Oct 2023 18:58:32 +0100 Subject: [PATCH] Run GitHub Actions for Typescript and MacOS on large runners --- .github/workflows/ci-build-ts.yml | 2 +- .github/workflows/ci-lint-typescript.yml | 2 +- .github/workflows/publish-nym-connect-macos.yml | 2 +- .github/workflows/publish-nym-wallet-macos.yml | 2 +- .github/workflows/publish-sdk-npm.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build-ts.yml b/.github/workflows/ci-build-ts.yml index f05873033c..29d986f5ce 100644 --- a/.github/workflows/ci-build-ts.yml +++ b/.github/workflows/ci-build-ts.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: custom-runner-linux + runs-on: ubuntu-20.04-16-core steps: - uses: actions/checkout@v2 - name: Install rsync diff --git a/.github/workflows/ci-lint-typescript.yml b/.github/workflows/ci-lint-typescript.yml index 5b2f662756..c13443aec1 100644 --- a/.github/workflows/ci-lint-typescript.yml +++ b/.github/workflows/ci-lint-typescript.yml @@ -22,7 +22,7 @@ on: jobs: build: - runs-on: custom-runner-linux + runs-on: ubuntu-20.04-16-core steps: - uses: actions/checkout@v2 - uses: rlespinasse/github-slug-action@v3.x diff --git a/.github/workflows/publish-nym-connect-macos.yml b/.github/workflows/publish-nym-connect-macos.yml index e5060b7aad..4a17f090e0 100644 --- a/.github/workflows/publish-nym-connect-macos.yml +++ b/.github/workflows/publish-nym-connect-macos.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest] + platform: [macos-12-large] runs-on: ${{ matrix.platform }} outputs: diff --git a/.github/workflows/publish-nym-wallet-macos.yml b/.github/workflows/publish-nym-wallet-macos.yml index 497f367047..63cb7426a7 100644 --- a/.github/workflows/publish-nym-wallet-macos.yml +++ b/.github/workflows/publish-nym-wallet-macos.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest] + platform: [macos-12-large] runs-on: ${{ matrix.platform }} outputs: diff --git a/.github/workflows/publish-sdk-npm.yml b/.github/workflows/publish-sdk-npm.yml index e5164d6dec..1cc937827b 100644 --- a/.github/workflows/publish-sdk-npm.yml +++ b/.github/workflows/publish-sdk-npm.yml @@ -4,7 +4,7 @@ on: jobs: publish: - runs-on: [custom-runner-linux] + runs-on: ubuntu-20.04-16-core steps: - uses: actions/checkout@v2