Use ubuntu container
All checks were successful
Gitea Actions Demo / build (push) Successful in 3s

This commit is contained in:
Sebastiaan de Schaetzen 2024-08-21 15:04:41 +02:00
parent da7b68ede8
commit 9781fff279

View File

@ -3,6 +3,6 @@ on: [push]
jobs: jobs:
build: build:
runs-on: alpine-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "Hello!" - run: echo "Hello!"