Adjusting the builder of bor, using 20.04 instead of now EOL 18.04 runner

This commit is contained in:
Daniel Jones 2023-08-29 12:35:30 -05:00
parent b48b89f852
commit bf3df86437
No known key found for this signature in database
GPG key ID: 20DF8333A8033CE2

View file

@ -12,9 +12,7 @@ on:
jobs:
build:
runs-on:
group: ubuntu-runners
labels: 18.04RunnerT2Large
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2