Skip to content

Commit 30dee06

Browse files
authored
Merge pull request #434 from light-curve/ci-ubuntu-24.04-runner
CI: fix codspeed runner setup
2 parents b369948 + d13a565 commit 30dee06

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ jobs:
131131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
132132

133133
benchmarks:
134-
runs-on: ubuntu-latest
134+
# latest (24.04) is not supported as of 2024-10-09
135+
runs-on: ubuntu-22.04
135136

136137
needs: [ py_build_deps ]
137138

@@ -148,10 +149,6 @@ jobs:
148149
with:
149150
shared-key: "${{ runner.os }}_stable-rust_maturin-develop-release"
150151
workspaces: "light-curve"
151-
- name: Install system dependencies
152-
run: |
153-
sudo apt-get update
154-
sudo apt-get install -y libgsl-dev
155152
- name: Run benchmarks
156153
uses: CodSpeedHQ/action@v3
157154
with:

0 commit comments

Comments
 (0)