Skip to content

Commit

Permalink
CI: Update macOS jobs to use macOS 14 runners
Browse files Browse the repository at this point in the history
Enables macOS jobs to use environment similar to expected local build
environments and makes use of the performance benefits of
Apple Silicon-based hardware.
  • Loading branch information
PatTheMav authored and RytoEX committed Feb 9, 2024
1 parent 6b2b373 commit 1c5eb1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ffmpeg-macos-build:
name: Build FFmpeg for macOS
runs-on: macos-13
runs-on: macos-14
needs: pre-checks
strategy:
fail-fast: true
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

ffmpeg-package-universal:
name: Build FFmpeg (Universal)
runs-on: macos-13
runs-on: macos-14
needs: [pre-checks, ffmpeg-macos-build]
steps:
- name: Checkout
Expand All @@ -213,7 +213,7 @@ jobs:

macos-build:
name: Build macOS Dependencies
runs-on: macos-13
runs-on: macos-14
needs: pre-checks
strategy:
fail-fast: true
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:

macos-package-universal:
name: Build macOS Dependencies (Universal)
runs-on: macos-13
runs-on: macos-14
needs: [pre-checks, macos-build]
steps:
- name: Checkout
Expand All @@ -323,7 +323,7 @@ jobs:

macos-qt6-build:
name: Build Qt6 (macOS)
runs-on: macos-13
runs-on: macos-14
needs: pre-checks
defaults:
run:
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:

macos-qt6-package:
name: Create macOS Qt6 (${{ matrix.target }})
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: true
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ffmpeg-macos-build:
name: Build FFmpeg for macOS
runs-on: macos-13
runs-on: macos-14
needs: cache-cleanup
strategy:
fail-fast: true
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

macos-build:
name: Build macOS Dependencies
runs-on: macos-13
runs-on: macos-14
needs: cache-cleanup
strategy:
fail-fast: true
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:

macos-qt6-build:
name: Build Qt6 (macOS)
runs-on: macos-13
runs-on: macos-14
needs: cache-cleanup
defaults:
run:
Expand Down

0 comments on commit 1c5eb1b

Please sign in to comment.