Skip to content

Commit d3a1aef

Browse files
Run CodSpeed workflow on Ubuntu 22.04
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
1 parent 6383c07 commit d3a1aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
benchmarks:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)