Skip to content

Commit

Permalink
Remove usage of ubuntu-18.04 (#271)
Browse files Browse the repository at this point in the history
* Remove usage of ubuntu-18.04

* Add changelog
  • Loading branch information
eyalb181 authored Aug 22, 2022
1 parent 10a3466 commit 587b02d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,14 @@ jobs:
test_mirrord_layer_cli:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-18.04, macos-12, macos-11]
os: [ubuntu-latest, macos-12, macos-11]
target:
[x86_64-unknown-linux-gnu, x86_64-apple-darwin, aarch64-apple-darwin]
exclude:
- os: ubuntu-latest
target: x86_64-apple-darwin
- os: ubuntu-latest
target: aarch64-apple-darwin
- os: ubuntu-18.04
target: x86_64-apple-darwin
- os: ubuntu-18.04
target: aarch64-apple-darwin
- os: macos-12
target: x86_64-unknown-linux-gnu
- os: macos-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-18.04
- os: ubuntu-latest
extension: so
target: x86_64-unknown-linux-gnu
runs-on: ${{matrix.os}}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

### Fixed
- CI - remove usage of ubuntu-18.04 machines (deprecated)

## 2.8.0

### Added
Expand Down

0 comments on commit 587b02d

Please sign in to comment.