Skip to content

Commit

Permalink
Merge pull request #10925 from CocoaPods/update_ci_ubuntu
Browse files Browse the repository at this point in the history
Update ubuntu to 18.04
  • Loading branch information
dnkoutso committed Sep 7, 2021
2 parents b2ca7c5 + 0dad700 commit cd70c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
ruby: [2.6]
os: [ubuntu-16.04]
os: [ubuntu-18.04]

name: Lint
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
task: [SPECS]
ruby: [2.6, 2.7, 3.0]
os: [ubuntu-16.04]
os: [ubuntu-18.04]
include:
- task: SPECS
os: macos-10.15
Expand Down

0 comments on commit cd70c40

Please sign in to comment.