From 5ed21b270097daab819983c92a7157463201c503 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 14 Jun 2024 14:24:33 +0200 Subject: [PATCH] Add Ubuntu 24.04 to GitHub Actions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64c56f1..badf50a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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