Skip to content

Commit

Permalink
Cherry pick .github changes from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Oct 7, 2024
1 parent 7bb2b6d commit 5231aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- name: Setup cmake
if: matrix.os == 'macos-latest'
uses: jwlawson/[email protected]
with:
cmake-version: '3.29.x'
- name: Cache .hunter folder
if: matrix.os != 'windows-latest'
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
runs-on: ubuntu-latest
strategy:
matrix:
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:rolling"]
container_image: ["fedora:34", "fedora:35", "fedora:36", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04", "ubuntu:rolling"]
container:
image: ${{ matrix.container_image }}
steps:
Expand Down

0 comments on commit 5231aca

Please sign in to comment.