Skip to content

Commit

Permalink
Bump to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 29, 2024
1 parent 4e1e377 commit 24f57ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
format:
name: Format
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand All @@ -23,7 +23,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

services:
postgres:
Expand Down

0 comments on commit 24f57ea

Please sign in to comment.