updated github actions

This commit is contained in:
Mauro Romito
2025-03-10 15:08:57 +01:00
parent dc5ace684b
commit 3c5e6e7c81
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-14
runs-on: macos-15
# Concurrency group not needed as this workflow only runs on develop which we always want to test.

View File

@@ -16,7 +16,7 @@ env:
jobs:
tests:
name: Tests
runs-on: macos-14
runs-on: macos-15
concurrency:
# When running on develop, use the sha to allow all runs of this workflow to run concurrently.

View File

@@ -12,7 +12,7 @@ env:
jobs:
tests:
name: UI Tests
runs-on: macos-14
runs-on: macos-15
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.

View File

@@ -17,7 +17,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'Trigger-PR-Build')
name: Release
runs-on: macos-14
runs-on: macos-15
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.