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