Switch all workflow runners back to macos-15 in hope that it will require less ram and won't time out.

This commit is contained in:
Stefan Ceriu
2025-09-29 12:07:13 +03:00
committed by Stefan Ceriu
parent 004515fb68
commit 0519ef9c9b
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
tests:
name: Tests
runs-on: macos-26
runs-on: macos-15
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-26
runs-on: macos-15
# 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-26
runs-on: macos-15
steps:
- name: Checkout

View File

@@ -9,7 +9,7 @@ on:
jobs:
integration_tests:
name: Integration Tests
runs-on: macos-26-xlarge
runs-on: macos-15
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-26
runs-on: macos-15
# 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-26-xlarge
runs-on: macos-15
strategy:
fail-fast: false
matrix:

View File

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