Skip to content

Commit

Permalink
Switch to using GitHub runners on 20.04 since 18.04 is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Aug 15, 2023
1 parent d28f865 commit 8f53ec9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
run: python run.py ci-driver cffi openssl3

build-ubuntu:
name: Python ${{ matrix.python }} on ubuntu-18.04 x64
runs-on: ubuntu-18.04
name: Python ${{ matrix.python }} on ubuntu-20.04 x64
runs-on: ubuntu-20.04
strategy:
matrix:
python:
Expand Down Expand Up @@ -219,8 +219,8 @@ jobs:


build-ubuntu-old:
name: Python ${{ matrix.python }} on ubuntu-18.04 x64
runs-on: ubuntu-18.04
name: Python ${{ matrix.python }} on ubuntu-20.04 x64
runs-on: ubuntu-20.04
strategy:
matrix:
python:
Expand Down

0 comments on commit 8f53ec9

Please sign in to comment.