Upgrade to Ubuntu 2024.04 as GitHub is stuck with Ubuntu-latest at 2022.04.

This commit is contained in:
Patrick Lehmann
2024-07-30 02:06:42 +02:00
parent da3cdbe96a
commit 13c1a56f92
23 changed files with 28 additions and 28 deletions

View File

@@ -81,7 +81,7 @@ The following block shows a minimal YAML workflow file:
jobs:
mwe:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
# Clone repository
@@ -171,7 +171,7 @@ For prototyping purposes, the following job might be useful:
Release:
name: '📦 Release'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs:
- ...
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/'>`__)