Skip to content

Commit

Permalink
Downgrade build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yermulnik committed Apr 1, 2024
1 parent ba9285b commit b484b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
integration_tests_linux:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
go_version: ['1.22']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b484b7b

Please sign in to comment.