Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yonielwest authored Feb 21, 2024
1 parent 6371fca commit c4c1eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-linux-clang:
name: Linux (Clang)
runs-on: ubuntu-latest
timeout-minutes: 4
timeout-minutes: 15
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
Expand All @@ -29,7 +29,7 @@ jobs:
build-macos-clang:
name: macOS (arm64|x86_64)
runs-on: macos-latest
timeout-minutes: 4
timeout-minutes: 15
env:
BUILD_TYPE: Release
CMAKE_OSX_ARCHITECTURES: x86_64;arm64
Expand All @@ -44,7 +44,7 @@ jobs:
build-windows-mingw:
name: Windows (MSYS2)
runs-on: windows-latest
timeout-minutes: 4
timeout-minutes: 15
env:
BUILD_TYPE: Release
steps:
Expand Down

0 comments on commit c4c1eb1

Please sign in to comment.