Skip to content

Commit

Permalink
move to latest ubuntu in github ci (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-vaughan committed Oct 12, 2021
1 parent d9bbcd7 commit d47d8a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_glci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# we restrict ourselves to sending data elsewhere.
glci-syntax:
name: '.gitlab-ci.yml Syntax'
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
outputs:
exists: ${{ steps.glci-file-exists.outputs.exists }}
valid: ${{ steps.validate-glci-file.outputs.valid }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
### examine_contexts:
### name: 'Examine Context contents'
### if: always()
### runs-on: ubuntu-16.04
### runs-on: ubuntu-latest
### needs: [ glci-syntax, contributor-permissions ]
### steps:
### - name: Dump contexts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_glci_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
### examine_contexts:
### name: 'Examine Context contents'
### if: always()
### runs-on: ubuntu-16.04
### runs-on: ubuntu-latest
### steps:
### - name: Dump contexts
### env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_glci_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
glci-syntax:
name: '.gitlab-ci.yml Syntax'
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
outputs:
exists: ${{ steps.glci-file-exists.outputs.exists }}
valid: ${{ steps.validate-glci-file.outputs.valid }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
trigger-when-user-has-repo-permissions:
name: 'Trigger CI'
needs: [ glci-syntax ]
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
### needs: [ glci-syntax ]
### name: 'Examine Context contents'
### if: always()
### runs-on: ubuntu-16.04
### runs-on: ubuntu-latest
### steps:
### - name: Dump contexts
### env:
Expand Down

0 comments on commit d47d8a8

Please sign in to comment.