mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:45:47 -04:00
deps/qt: Update to Qt 6.6.1
This commit is contained in:
5
.github/workflows/rolling-release.yml
vendored
5
.github/workflows/rolling-release.yml
vendored
@ -21,6 +21,7 @@ on:
|
||||
jobs:
|
||||
windows-build:
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
@ -112,6 +113,7 @@ jobs:
|
||||
|
||||
windows-arm64-build:
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
@ -203,6 +205,7 @@ jobs:
|
||||
|
||||
linux-build:
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
# Work around https://github.com/actions/runner-images/issues/8659
|
||||
- name: Remove GCC 13 from runner image
|
||||
@ -278,6 +281,7 @@ jobs:
|
||||
|
||||
linux-flatpak-build:
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
@ -321,6 +325,7 @@ jobs:
|
||||
|
||||
macos-build:
|
||||
runs-on: macos-11
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user