Skip to content

Commit

Permalink
Bump GHA environments to use Ubuntu 22.04 (up from 18.04)
Browse files Browse the repository at this point in the history
Since some time ago, GH is warning us that the Ubuntu 18.04
environment is deprecated:

"The ubuntu-18.04 environment is deprecated, consider switching to
ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead...."

Hence, we are bumping here, to be able to cerify if everything
continues working ok
  • Loading branch information
stronk7 committed Sep 8, 2022
1 parent fa8545d commit 3c7a20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

services:
postgres:
Expand Down

0 comments on commit 3c7a20b

Please sign in to comment.