We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f93a5 commit e9b34e3Copy full SHA for e9b34e3
.github/workflows/benchmarks.yml
@@ -13,7 +13,7 @@ jobs:
13
benchmark:
14
if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
15
name: Linux
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
17
env:
18
ASV_DIR: "./asv_bench"
19
CONDA_ENV_FILE: environment.yml
0 commit comments