Ubuntu-Latest: Update all workflows to use ubuntu-latest

This commit is contained in:
Josh Soref
2024-08-06 01:11:49 -04:00
parent 5241fd1653
commit a5047545ff
6 changed files with 6 additions and 6 deletions
+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-20.04"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4