From 17afbe3e2e0177b7f0699fe875d6465b355312ec Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Wed, 28 Feb 2024 18:02:47 +0100 Subject: [PATCH] chore(ci): update to macos-14 (#2044) --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish-ios.yml | 2 +- .github/workflows/publish-npm-alpha.yml | 2 +- .github/workflows/publish-npm-beta.yml | 2 +- .github/workflows/publish-npm-dev.yml | 2 +- .github/workflows/publish-npm-latest-from-pre.yml | 2 +- .github/workflows/publish-npm-latest.yml | 2 +- .github/workflows/publish-npm-nightly.yml | 2 +- .github/workflows/publish-npm-rc.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44831c007..537629b08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-14] timeout-minutes: 30 outputs: plugins: ${{ steps.packages.outputs.paths }} @@ -51,7 +51,7 @@ jobs: files: ${{ steps.catjson.outputs.FILES_JSON }} lint-scripts: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 needs: - setup @@ -74,7 +74,7 @@ jobs: - run: npm run lint lint: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 needs: - setup @@ -103,7 +103,7 @@ jobs: working-directory: ${{ matrix.plugin }} verify-ios: - runs-on: macos-13 + runs-on: macos-14 if: needs.setup.outputs.plugins != '[]' timeout-minutes: 30 needs: diff --git a/.github/workflows/publish-ios.yml b/.github/workflows/publish-ios.yml index ac633e06c..7187cb7bb 100644 --- a/.github/workflows/publish-ios.yml +++ b/.github/workflows/publish-ios.yml @@ -8,7 +8,7 @@ on: required: true jobs: publish-ios: - runs-on: macos-13 + runs-on: macos-14 if: github.event.inputs.plugins != '[]' timeout-minutes: 30 strategy: diff --git a/.github/workflows/publish-npm-alpha.yml b/.github/workflows/publish-npm-alpha.yml index d23ece87b..dca4f67f8 100644 --- a/.github/workflows/publish-npm-alpha.yml +++ b/.github/workflows/publish-npm-alpha.yml @@ -8,7 +8,7 @@ permissions: jobs: deploy-npm-alpha: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-beta.yml b/.github/workflows/publish-npm-beta.yml index 52c0ea7d8..d39d359a5 100644 --- a/.github/workflows/publish-npm-beta.yml +++ b/.github/workflows/publish-npm-beta.yml @@ -8,7 +8,7 @@ permissions: jobs: deploy-npm-beta: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-dev.yml b/.github/workflows/publish-npm-dev.yml index 59594db91..aff2ef85c 100644 --- a/.github/workflows/publish-npm-dev.yml +++ b/.github/workflows/publish-npm-dev.yml @@ -8,7 +8,7 @@ permissions: jobs: deploy-npm-dev: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-latest-from-pre.yml b/.github/workflows/publish-npm-latest-from-pre.yml index 1accb8956..c0e19d912 100644 --- a/.github/workflows/publish-npm-latest-from-pre.yml +++ b/.github/workflows/publish-npm-latest-from-pre.yml @@ -16,7 +16,7 @@ permissions: jobs: deploy-npm-latest-from-pre: if: github.ref == 'refs/heads/main' - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-latest.yml b/.github/workflows/publish-npm-latest.yml index a0f462a7e..2a4dac503 100644 --- a/.github/workflows/publish-npm-latest.yml +++ b/.github/workflows/publish-npm-latest.yml @@ -16,7 +16,7 @@ permissions: jobs: deploy-npm-latest: if: github.ref == 'refs/heads/main' - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-nightly.yml b/.github/workflows/publish-npm-nightly.yml index e1e5c46d8..30a89367e 100644 --- a/.github/workflows/publish-npm-nightly.yml +++ b/.github/workflows/publish-npm-nightly.yml @@ -11,7 +11,7 @@ permissions: jobs: deploy-npm-nightly: if: github.ref == 'refs/heads/main' - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish-npm-rc.yml b/.github/workflows/publish-npm-rc.yml index 97e7fb4f7..017889bd3 100644 --- a/.github/workflows/publish-npm-rc.yml +++ b/.github/workflows/publish-npm-rc.yml @@ -8,7 +8,7 @@ permissions: jobs: deploy-npm-rc: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3