Skip to content

Commit

Permalink
ci: use never cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlowGrowth committed Sep 4, 2024
1 parent d9786cc commit 15170e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.20.x'
cmake-version: '3.30.x'

- name: Checkout
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.x'
cmake-version: '3.30.x'

- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.x'
cmake-version: '3.30.x'

- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.19.x'
cmake-version: '3.30.x'

- name: Setup dependencies
run: |
Expand Down

0 comments on commit 15170e1

Please sign in to comment.