forked from nuttx/nuttx-update
.github/workflows: run MAC OS builds based on macos-13 image
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
91be7781f5
commit
dc6baf68a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -174,7 +174,7 @@ jobs:
|
|||
macOS:
|
||||
permissions:
|
||||
contents: none
|
||||
runs-on: macos-12
|
||||
runs-on: macos-13
|
||||
needs: Fetch-Source
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue