fix: change runners
Some checks failed
Build Hugo Docker Image / build docker (push) Failing after 1m10s
Build Blog Docker Image / build docker (push) Successful in 1m54s

This commit is contained in:
d3vyce 2024-09-23 18:38:56 +02:00
parent a8a307d6bd
commit 005a77e8b1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
jobs:
build docker:
runs-on: linux_amd
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4

View File

@ -7,7 +7,7 @@ on:
jobs:
build docker:
runs-on: linux_amd
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4