Skip to content

Commit

Permalink
Changed MacOS runner version to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent 8149f56 commit c3ca294
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:

jobs:
build:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
runs-on: ${{ matrix.os }}
runs-on: macos-latest

steps:
- name: Checkout code
Expand Down

0 comments on commit c3ca294

Please sign in to comment.