mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-14 14:50:44 +00:00
fix: use ubuntu-latest in release.yml post-ci steps.
This commit is contained in:
parent
518dd65484
commit
e656de5fff
1 changed files with 2 additions and 4 deletions
|
|
@ -143,9 +143,7 @@ jobs:
|
||||||
|
|
||||||
macos_release:
|
macos_release:
|
||||||
name: Release MacOS universal
|
name: Release MacOS universal
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
|
@ -207,7 +205,7 @@ jobs:
|
||||||
|
|
||||||
post_ci:
|
post_ci:
|
||||||
name: Post-CI Steps
|
name: Post-CI Steps
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- macos_release
|
- macos_release
|
||||||
- release
|
- release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue