Skip to content

Commit

Permalink
chore: Update runs-on value in ci.yml to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Aug 19, 2024
1 parent 7cc7f2d commit 45b0604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 45b0604

Please sign in to comment.