Skip to content

Commit 7f481b8

Browse files
authored
[CI] update ubuntu image
# Why Semaphore removed ubuntu2004 # WHat changed Bump to 2404 # Test CI passes
1 parent 4e72104 commit 7f481b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: replit-storage-python
33
agent:
44
machine:
55
type: e1-standard-4
6-
os_image: ubuntu2004
6+
os_image: ubuntu2404
77
blocks:
88
- name: install deps
99
task:
@@ -47,4 +47,4 @@ blocks:
4747
commands:
4848
- make test-unit
4949
dependencies:
50-
- install deps
50+
- install deps

0 commit comments

Comments
 (0)