Skip to content

Commit

Permalink
GitHub actions: updated MacOS runner version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Apr 22, 2024
1 parent 8d96a41 commit dd4bd8b
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-12
runs-on: macos-14

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

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

strategy:
matrix:
Expand Down

0 comments on commit dd4bd8b

Please sign in to comment.