ci: downgrade benchmark runner to ubuntu20.04 (#6095)

This commit is contained in:
Fabian-Lars
2023-01-19 02:28:42 +01:00
committed by GitHub
parent d4d6a98d98
commit fc193a502f

View File

@@ -23,7 +23,7 @@ jobs:
matrix:
rust: [nightly]
platform:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
runs-on: ${{ matrix.platform.os }}