Skip to content

Commit

Permalink
Merge pull request #346 from warrensbox/fix/downgrade_ubuntu_github_r…
Browse files Browse the repository at this point in the history
…unner

fix: Downgrade GH Ubuntu runner to `20.04`
  • Loading branch information
warrensbox committed Apr 1, 2024
2 parents a274df9 + b484b7b commit 6aaa2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
tfswitch-release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:

# Checkout code from repo
Expand Down

0 comments on commit 6aaa2c4

Please sign in to comment.