Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Actions: Moved to ubuntu 20.04 (#15)
Browse files Browse the repository at this point in the history
ubuntu 18 has been deprecated actions/runner-images#6002
  • Loading branch information
AS1100K authored Jun 26, 2024
1 parent 5669ce2 commit 586bcd3
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 @@ -20,7 +20,7 @@ env:
jobs:

test:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 586bcd3

Please sign in to comment.