use ubuntu-latest for builds

This commit is contained in:
Nikhil Narayana
2023-05-12 01:35:07 -07:00
parent 432f99fffe
commit d5dfa4bf40

View File

@@ -20,7 +20,7 @@ on:
jobs:
ubuntu64:
name: "Loader Build"
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2