From 45b060405aed6a6bfbbc699ded81b5e60d71bdf2 Mon Sep 17 00:00:00 2001 From: Sotirios Mantziaris Date: Mon, 19 Aug 2024 11:09:17 +0300 Subject: [PATCH] chore: Update runs-on value in ci.yml to use ubuntu-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ac65540e..7a66baff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: name: Lint and fmt check - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out source code uses: actions/checkout@v4 @@ -23,7 +23,7 @@ jobs: build: name: CI on Go - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Check out source code uses: actions/checkout@v4