mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Update macos-12 to macos-latest in main.yml
This commit is contained in:
parent
6b853f8caf
commit
a8c008cf74
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
# Release builds
|
||||
build_release_macos:
|
||||
name: Release build (macOS universal, static Qt 6.5.0)
|
||||
runs-on: macos-12
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get Qt
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
|
||||
build_release_freebsd:
|
||||
name: Release build (FreeBSD x64, shared Qt 6)
|
||||
runs-on: macos-12
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build on FreeBSD inside macOS VM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue