Correct image rto one of the runner image's defaults

This commit is contained in:
Maciej Pędzich 2024-02-23 19:30:14 +01:00
parent 24d8c963a2
commit 6fba528670

View File

@ -3,7 +3,7 @@ on: [push]
jobs:
Build-And-Deploy:
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest
runs-on: ubuntu-latest:docker://catthehacker/ubuntu:runner-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3