Skip to content

Commit 926db13

Browse files
edgarrmondragonSecrus
authored andcommitted
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 926db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codspeed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python -c 'import pendulum._pendulum'
4747
4848
- name: Run benchmarks
49-
uses: CodSpeedHQ/action@v1
49+
uses: CodSpeedHQ/action@v3
5050
with:
5151
token: ${{ secrets.CODSPEED_TOKEN }}
5252
run: pytest tests/ --codspeed

0 commit comments

Comments
 (0)