Skip to content

Commit

Permalink
chore: downgrade gh runners to ubuntu 22.04
Browse files Browse the repository at this point in the history
new ubuntu-latest gh runner have a different set of packages than we
expected from ubuntu 22.04
  • Loading branch information
diogomatsubara committed Oct 9, 2024
1 parent 54187d7 commit e099155
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# Revert back to ubuntu-latest once we sort out deps
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# Revert back to ubuntu-latest once we sort out deps
os: [ubuntu-22.04]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e099155

Please sign in to comment.