diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index f0b2ab7..2251d52 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -3,7 +3,7 @@ name: replit-storage-python agent: machine: type: e1-standard-4 - os_image: ubuntu2004 + os_image: ubuntu2404 blocks: - name: install deps task: @@ -47,4 +47,4 @@ blocks: commands: - make test-unit dependencies: - - install deps \ No newline at end of file + - install deps