Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhess committed May 8, 2024
1 parent ef4c99b commit 420caee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .cmake/target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ elseif(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^(s390x.*|S390X.*)")
add_definitions(-DTARGET_S390X)
add_definitions(-DTARGET_BIG_ENDIAN)
else()
message("other")
add_definitions(-DTARGET_OTHER)
endif()

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
mayo_build_type: [ref, opt, avx2]
Expand Down

0 comments on commit 420caee

Please sign in to comment.