Update runneer to macos-26 (arm64 as before)

... as they were strange failures in the past.

Supported runners: https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners .
Details: https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
This commit is contained in:
Dirk Wetter
2026-06-08 16:41:37 +02:00
parent 7f63e73ec3
commit 3c5b733431
+1 -1
View File
@@ -24,7 +24,7 @@ permissions:
jobs:
build:
runs-on: macos-14
runs-on: macos-26
name: PoC unit test on MacOS
steps: