From 351e3da3f38aa7271512cdef61d3c8bccd80232a Mon Sep 17 00:00:00 2001 From: Daniel Takev Date: Thu, 5 Dec 2024 13:29:34 +0200 Subject: [PATCH] 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..7e0e6d6e 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-14 steps: - uses: actions/checkout@v3