Skip to content

Commit

Permalink
ci: Upgrade Ubuntu version used in CI pipelines (VowpalWabbit#4161)
Browse files Browse the repository at this point in the history
Ubuntu 18.04 is deprecated

This resolves issue VowpalWabbit#4106
  • Loading branch information
byronxu99 authored Sep 26, 2022
1 parent c7c14ef commit c0aed5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vendor_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: core-cli.${{ matrix.os }}.amd64.${{ matrix.build_type }}.${{ matrix.compiler.cxx }}.standalone
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-18.04"]
os: ["ubuntu-22.04", "ubuntu-20.04"]
build_type: ["Debug", "Release"]
compiler:
- { cc: "gcc", cxx: "g++"}
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/build-linux-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pr:
- '*'

pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'

container:
image: vowpalwabbit/centos7_6_1810-build:latest
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pr:
- '*'

pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'

container:
image: vowpalwabbit/ubuntu1804-build:latest
Expand Down

0 comments on commit c0aed5c

Please sign in to comment.