Skip to content

Use Ubuntu 24.04 in GitHub Actions workflows #248

Use Ubuntu 24.04 in GitHub Actions workflows

Use Ubuntu 24.04 in GitHub Actions workflows #248

Workflow file for this run

name: Build and test
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Docker build
run: |
docker build .