Skip to content

Commit

Permalink
Update runs-on and add container image
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Jan 2, 2024
1 parent 4fe2591 commit f587dd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster

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

0 comments on commit f587dd6

Please sign in to comment.