mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
semaphore: use Ubuntu 24.04
Semaphore CI/CD now emits the following error.
```
OS image 'ubuntu2004' for machine type 'e1-standard-2' is currently in a brownout phase.
Please use another OS image.
```
Let's use newer image.
(cherry picked from commit e7485799a4)
This commit is contained in:
committed by
Luca Boccassi
parent
cda41089a0
commit
227dace153
@@ -7,7 +7,7 @@ name: Debian autopkgtest (LXC)
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu2004
|
||||
os_image: ubuntu2404
|
||||
|
||||
# Cancel any running or queued job for the same ref
|
||||
auto_cancel:
|
||||
|
||||
Reference in New Issue
Block a user