From 15170e1b9dbf55f0eb3b26fb5dfeb7b069487622 Mon Sep 17 00:00:00 2001 From: TheSlowGrowth <9356320+TheSlowGrowth@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:02:24 +0200 Subject: [PATCH] ci: use never cmake version --- .github/workflows/firmware.yaml | 2 +- .github/workflows/plugin.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firmware.yaml b/.github/workflows/firmware.yaml index 43ea461..3512b08 100644 --- a/.github/workflows/firmware.yaml +++ b/.github/workflows/firmware.yaml @@ -29,7 +29,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.9 with: - cmake-version: '3.20.x' + cmake-version: '3.30.x' - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/plugin.yaml b/.github/workflows/plugin.yaml index 0455e2f..d702b02 100644 --- a/.github/workflows/plugin.yaml +++ b/.github/workflows/plugin.yaml @@ -24,7 +24,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.8 with: - cmake-version: '3.19.x' + cmake-version: '3.30.x' - name: Checkout uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.8 with: - cmake-version: '3.19.x' + cmake-version: '3.30.x' - uses: maxim-lobanov/setup-xcode@v1 with: @@ -112,7 +112,7 @@ jobs: - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.8 with: - cmake-version: '3.19.x' + cmake-version: '3.30.x' - name: Setup dependencies run: |