Switch workflows to the macos-26 runner

This commit is contained in:
Stefan Ceriu
2025-09-19 10:04:42 +03:00
parent 8062044d11
commit 8cdb36d887
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
integration_tests:
name: Integration Tests
runs-on: macos-15
runs-on: macos-26
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.