Skip to content

Commit d803f10

Browse files
committed
try fix
1 parent 777ea8a commit d803f10

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,17 @@ on:
88

99
jobs:
1010
build_integration_container_and_run_tests:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
15-
16-
- name: Run sccache-cache
17-
uses: mozilla-actions/[email protected]
18-
19-
- name: Install dependencies
20-
run: |
21-
sudo apt-get update
22-
sudo apt-get install -y libpthread-stubs0-dev libboost-thread-dev doctest-dev
23-
24-
- name: Install specific version of tzdata
25-
run: sudo apt-get install tzdata
14+
uses: actions/checkout@v5
15+
16+
- name: Create build environment
17+
uses: mamba-org/setup-micromamba@v2
18+
with:
19+
environment-file: ./environment-dev.yml
20+
environment-name: build_env
21+
cache-environment: true
2622

2723
- name: Configure using CMake
2824
run: |

0 commit comments

Comments
 (0)