From 0cabda0ea9c70ffa655db49ee9444aa7a3335faa Mon Sep 17 00:00:00 2001 From: jonjenssen Date: Tue, 2 Jan 2024 23:23:16 +0100 Subject: [PATCH] Try ubuntu 23 --- .github/workflows/cmakeClangLinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmakeClangLinux.yml b/.github/workflows/cmakeClangLinux.yml index 237fc22..2c183ba 100644 --- a/.github/workflows/cmakeClangLinux.yml +++ b/.github/workflows/cmakeClangLinux.yml @@ -15,7 +15,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-22.04 + runs-on: ubuntu-23.04 steps: - uses: actions/checkout@v3