Skip to content

Commit

Permalink
Will this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloD2022 committed May 5, 2024
1 parent 334ff8c commit d90d03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install CMake
uses: jwlawson/[email protected]
with:
cmake-version: '3.25.2'
cmake-version: '3.26'

- name: Configure CMake
run: cmake .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
os: [macos-latest-xlarge, windows-latest]
os: [macos-latest, windows-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit d90d03a

Please sign in to comment.