Skip to content

Commit 6955069

Browse files
claudeenko
authored andcommitted
ci: switch from Depot to standard GitHub runners
Replace depot-ubuntu-24.04-arm-8 with ubuntu-latest in CI test job and release Docker build job.
1 parent a78976e commit 6955069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
test:
8686
name: Unit and Integration Tests
87-
runs-on: depot-ubuntu-24.04-arm-8
87+
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout code
9090
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: Build Docker Image
8787
needs: release
8888
if: needs.release.outputs.new_release_published == 'true'
89-
runs-on: depot-ubuntu-24.04-arm-8
89+
runs-on: ubuntu-latest
9090
steps:
9191
- name: Checkout code
9292
uses: actions/checkout@v4

0 commit comments

Comments
 (0)