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:
tests:
name: 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.

View File

@@ -11,7 +11,7 @@ on:
# Patch bumps are handled by the release script.
jobs:
automatic-calendar-version:
runs-on: macos-15
runs-on: macos-26
# Skip in forks
if: github.repository == 'element-hq/element-x-ios'
steps:

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
name: Danger
runs-on: macos-15
runs-on: macos-26
steps:
- name: Checkout

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.

View File

@@ -7,7 +7,7 @@ on:
jobs:
open-translations-pr:
runs-on: macos-15
runs-on: macos-26
# Skip in forks
if: github.repository == 'element-hq/element-x-ios'
steps:

View File

@@ -13,7 +13,7 @@ on:
jobs:
tests:
name: Tests
runs-on: macos-15
runs-on: macos-26
strategy:
fail-fast: false
matrix:

View File

@@ -11,7 +11,7 @@ on:
jobs:
tests:
name: 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.

View File

@@ -11,7 +11,7 @@ on:
jobs:
tests:
name: Tests (Enterprise)
runs-on: macos-15
runs-on: macos-26
# Skip in forks
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}