Add Ubuntu 24.04 to GitHub Actions

This commit is contained in:
VirtuBox
2024-06-14 14:24:33 +02:00
committed by GitHub
parent 5aeded9663
commit 5ed21b2700

View File

@@ -5,6 +5,7 @@ on:
branches:
- updating-configuration
- master
- ci
pull_request:
branches:
- master
@@ -19,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
steps:
- uses: actions/checkout@v4