From 0907e7a396a09b4130855b6c877bd80418c3032e Mon Sep 17 00:00:00 2001 From: Marcin Stepnowski Date: Mon, 6 May 2024 16:25:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(workflows):=20update=20run?= =?UTF-8?q?s-on=20to=20macos-14=20for=20all=20GitHub=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/bump.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/snapshots.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 2cad974a..72cbcb5a 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -10,7 +10,7 @@ on: jobs: bump_version: name: Record snapshots for unit & ui tests - runs-on: macos-11 + runs-on: macos-14 defaults: run: working-directory: BuyPolish diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbaac349..31d94102 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ on: jobs: bump_version: name: Deploy - runs-on: macos-11 + runs-on: macos-14 defaults: run: working-directory: BuyPolish diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 84f6238e..d340e122 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -5,7 +5,7 @@ on: workflow_dispatch jobs: record: name: Record snapshots for unit & ui tests - runs-on: macos-11 + runs-on: macos-14 defaults: run: working-directory: BuyPolish diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76bc3be9..c08c0f84 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: tests: name: Lint, unit & ui tests - runs-on: macos-11 + runs-on: macos-14 defaults: run: working-directory: BuyPolish