Skip to content

Commit

Permalink
Bump GitHub Actions macOS versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
enhorn committed Nov 7, 2024
1 parent 1fab71c commit af76d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: macOS-latest
runs-on: macos-15

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: macOS-latest
runs-on: macos-15

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit af76d7e

Please # to comment.