Skip to content

Commit

Permalink
Run CodSpeed workflow on Ubuntu 22.04
Browse files Browse the repository at this point in the history
Ubuntu 24.04, which recently became the default version for the `ubuntu-latest` label,
doesn't seem to be yet supported by the CodSpeed action:

```
Error: Failed to prepare environment: Error: Only Ubuntu 20.04 and 22.04 are supported for now
```

https://github.com/python-pendulum/pendulum/actions/runs/12788370535/job/35649510157?pr=874
  • Loading branch information
edgarrmondragon committed Jan 15, 2025
1 parent 6383c07 commit d3a1aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
benchmarks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit d3a1aef

Please sign in to comment.