Skip to content

Commit

Permalink
CI: Run on Ubuntu 20.04
Browse files Browse the repository at this point in the history
The 18.04 runners are not available anymore as per
actions/runner-images#6002 so use
instead the lowest available version at the moment.
  • Loading branch information
aperezdc committed Sep 11, 2024
1 parent af922a8 commit e284c3e
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 @@ -6,7 +6,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit e284c3e

Please sign in to comment.