Skip to content

Commit

Permalink
Reduced CMake-related job timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Feb 6, 2024
1 parent ce20d15 commit 45e7e1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ jobs:
- os: macos-13

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 10

steps:
- name: Install packages
Expand Down Expand Up @@ -681,7 +681,7 @@ jobs:
- os: macos-13

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 10

steps:
- name: Install packages
Expand Down Expand Up @@ -756,7 +756,7 @@ jobs:
- os: macos-13

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 20

steps:
- name: Install packages
Expand Down Expand Up @@ -828,7 +828,7 @@ jobs:
- os: windows-2022

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 10

steps:
- name: Setup Boost
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
- os: windows-2022

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 10

steps:
- name: Setup Boost
Expand Down Expand Up @@ -970,7 +970,7 @@ jobs:
- os: windows-2022

runs-on: ${{matrix.os}}
timeout-minutes: 45
timeout-minutes: 20

steps:
- name: Setup Boost
Expand Down

0 comments on commit 45e7e1a

Please sign in to comment.