Fix using a bad image
Some checks are pending
Build and push latest / publish (fedora-act) (push) Waiting to run
Build and push latest / publish (fedora-cpp) (push) Waiting to run
Build and push latest / publish (ubuntu-cpp) (push) Waiting to run

This commit is contained in:
Erki 2024-09-18 12:32:52 +03:00
parent b048870400
commit 333a974a0b

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
image: ["fedora-act", "fedora-cpp", "ubuntu-cpp"] image: ["fedora-act", "fedora-cpp", "ubuntu-cpp"]
runs-on: ubuntu-latest runs-on: ghcr.io/catthehacker/ubuntu:act-latest
if: gitea.ref == 'refs/heads/master' if: gitea.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4