Skip to content

Commit

Permalink
GHA: use macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 4, 2025
1 parent c92ab0f commit ed7b2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
precheks:
name: MacOS -> Pre-Checks
runs-on: macos-14
runs-on: macos-15

steps:
- name: Clone DiligentCore
Expand All @@ -27,7 +27,7 @@ jobs:

build:
needs: precheks
runs-on: macos-14
runs-on: macos-15

strategy:
matrix:
Expand Down

0 comments on commit ed7b2b3

Please sign in to comment.