Merge pull request #812 from cffls/master

Setting up bor to use hosted 18.04 runner as ubuntu provided 18.04 runner is end of life
This commit is contained in:
Jerry 2023-04-05 12:01:46 -07:00 committed by GitHub
commit 2e3b77dce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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