Skip to content

Commit 6f39314

Browse files
committed
CI: prevent Ubuntu 20.04 brownout
* actions/runner-images#11101
1 parent fb3ab22 commit 6f39314

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
'1.17',
5151
'1.18'
5252
]
53-
os: ['ubuntu-20.04']
53+
os: ['ubuntu-22.04']
5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- CI from Ubuntu 20.04 to 22.04
13+
814
## [0.2.1] - 2025-02-06
915

1016
### Added

0 commit comments

Comments
 (0)