From b35bc31a99bad1e340dfb87047ed6a797680d53c Mon Sep 17 00:00:00 2001 From: Daniel Takev <56965899+DanielTakev@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:01:36 +0200 Subject: [PATCH] chore: updated macos image version due to deprecation (#4481) chore: updated macos image version due to deprecation --- .../electron-dashboard/.github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples-standalone/electron-dashboard/.github/workflows/macos.yml b/examples-standalone/electron-dashboard/.github/workflows/macos.yml index ed0e1c4b..5b3f1a8a 100644 --- a/examples-standalone/electron-dashboard/.github/workflows/macos.yml +++ b/examples-standalone/electron-dashboard/.github/workflows/macos.yml @@ -25,7 +25,7 @@ jobs: node-version: [20] # The type of runner that the job will run on - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v3