mirror of
https://github.com/YACReader/yacreader
synced 2026-02-20 05:53:06 -05:00
Try to use macos 14 for building the Qt5 macos build
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
|||||||
# macOS Qt5 build
|
# macOS Qt5 build
|
||||||
macos:
|
macos:
|
||||||
name: macOS (Qt5)
|
name: macOS (Qt5)
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
needs: [initialization, code-format-validation]
|
needs: [initialization, code-format-validation]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user