Fix update macos runners #35

Merged
gronod merged 10 commits from fix-update-macos-runners into development 2026-09-01 12:10:02 +01:00
+2 -2
View File
@@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- os: macos-latest - os: macos-26-intel
arch: x86_64 arch: x86_64
machtype: x86_64-apple-darwin machtype: x86_64-apple-darwin
artifact: macOS_x86_64_bin artifact: macOS_x86_64_bin
@@ -96,7 +96,7 @@ jobs:
universal: universal:
needs: build needs: build
runs-on: macos-15 runs-on: macos-latest
permissions: permissions:
contents: write contents: write