diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index a767835bc..341430adb 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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