Skip to content

Commit

Permalink
downgrade min cmake version back to 3.22 & don't build for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 3, 2024
1 parent c451d7e commit 7270898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GenerateRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-11 ]
os: [ ubuntu-latest, windows-latest ]
fail-fast: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ARRCON/
cmake_minimum_required (VERSION 3.24)
cmake_minimum_required (VERSION 3.22)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/307lib/307modules")

Expand Down

0 comments on commit 7270898

Please sign in to comment.