Skip to content

Commit

Permalink
Change CI ubuntu job to Focal
Browse files Browse the repository at this point in the history
Ubuntu images for 18.04 are no longer available.
  • Loading branch information
equalsraf authored and equalsraf committed Jun 30, 2023
1 parent 6e599d0 commit 8c9c02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Linux_Release
flavor: Release
runner: ubuntu-18.04
runner: ubuntu-20.04
generator: Ninja
cc: gcc
cxx: g++
Expand Down
4 changes: 2 additions & 2 deletions contrib/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
displayName: CMake Build


- job: UbuntuBionic
- job: UbuntuFocal
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- script: |
sudo add-apt-repository -y ppa:neovim-ppa/stable
Expand Down

0 comments on commit 8c9c02d

Please sign in to comment.