Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent 2e432f4 commit 21ba2f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
Basic_Workflow:
strategy:
matrix:
version: [11, 14, 17, 20, 23]
version: [11, 14, 17, 20, 23, 24]
os: [
ubuntu-20.04,
ubuntu-22.04,
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Expand Up @@ -46,8 +46,6 @@ function(add_security_flags target)
endif()
endfunction()

# set(CMAKE_CXX_STANDARD 11)

if (MSVC)
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
endif(MSVC)
Expand Down

0 comments on commit 21ba2f5

Please sign in to comment.