ubuntu runner upgrade to vNext

This commit is contained in:
Chad Bentz
2023-05-30 09:56:36 -04:00
committed by GitHub
parent 5aa237a2b7
commit 02d32ccbc2
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Build
runs-on: "ubuntu-18.04"
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v3