ci: Newer ubuntu image

This commit is contained in:
fleaz 2024-05-22 22:55:51 +02:00
parent 2a3a1992b8
commit 8df579e1f5
Signed by: fleaz
GPG key ID: AED15F8FDD04D083
4 changed files with 4 additions and 8 deletions

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
@ -21,6 +21,7 @@ jobs:
sudo apt install pkg-config libmagickwand-dev imagemagick gcc libc-dev
mkdir {previews,dist}
go run main.go
ls -laR
mv index.html dist/
mv previews/ dist/
mv talks/ dist/