Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Apr 23, 2024
1 parent 2f57211 commit 2c453a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cov:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Boost superproject
run: |
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: prepare build
run: |
mkdir build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
appleclang:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Boost superproject
run: |
cd ..
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
- name: Test cxxstd=14 (warnings ignored)
run: |
cd libs/histogram
../../b2 -q -j2 toolset=gcc-5 cxxstd=14 test//all examples
../../b2 -q -j2 toolset=gcc-7 cxxstd=14 test//all examples
gcc10:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Boost superproject
run: |
cd ..
Expand All @@ -94,7 +94,7 @@ jobs:
clang14:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Boost superproject
run: |
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/superproject_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Fetch Boost superproject
run: |
cd ..
Expand Down

0 comments on commit 2c453a3

Please sign in to comment.