Setting up bor to use hosted 18.04 runner as ubuntu provided 18.04 runner is end of life

This commit is contained in:
Daniel Jones 2023-04-05 11:37:50 -05:00 committed by Jerry
parent ac774c2695
commit 6de2a49227
No known key found for this signature in database
GPG key ID: 5B33FA23CB103211

View file

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