Skip to content

Commit

Permalink
Another 2.7 thing
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 28, 2023
1 parent 38f17b5 commit 8abead7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,9 +36,7 @@ jobs:
ruby-version: '2.7' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- uses: actions/setup-python@v4
with:
python-version: '2.7'

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 8abead7

Please sign in to comment.