Update 'distcheck' github action to Ubuntu 24.04

This commit is contained in:
Martijn van Beurden 2024-06-26 16:01:59 +02:00
parent 97d8cd19ce
commit b773157a59
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
distcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4