From f2c707b15b86847c2bb38d691c7a35fef44b7a39 Mon Sep 17 00:00:00 2001 From: macskas Date: Fri, 6 Sep 2024 10:06:16 +0200 Subject: [PATCH] version bump for jammy & noble release --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 4004ff4..5d32535 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -6,7 +6,7 @@ env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release PACKAGE_NAME: nsca-fast - PACKAGE_VERSION: 2.9.1-3 + PACKAGE_VERSION: 2.9.1-4 ARCH: amd64 jobs: @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, ubuntu-18.04] + os: [ubuntu-latest, ubuntu-22.04] steps: - uses: actions/checkout@v2