aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cmake_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/cmake_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_config.yml b/.github/workflows/cmake_config.yml
index 931a26e..f22622c 100644
--- a/.github/workflows/cmake_config.yml
+++ b/.github/workflows/cmake_config.yml
@@ -13,7 +13,7 @@ jobs:
13 shell: bash 13 shell: bash
14 strategy: 14 strategy:
15 matrix: 15 matrix:
16 os: [windows-latest, macos-latest, ubuntu-latest] 16 os: [windows-latest, macos-latest, ubuntu-24.04]
17 runs-on: ${{ matrix.os }} 17 runs-on: ${{ matrix.os }}
18 continue-on-error: false 18 continue-on-error: false
19 name: ${{ matrix.os }} 19 name: ${{ matrix.os }}