mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-06 21:19:57 +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:
|
||||
name: Release MacOS universal
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
|
@ -207,7 +205,7 @@ jobs:
|
|||
|
||||
post_ci:
|
||||
name: Post-CI Steps
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- macos_release
|
||||
- release
|
||||
|
|
|
|||
Loading…
Reference in a new issue