Skip to content

Commit

Permalink
Switching to GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Dec 21, 2024
1 parent 3ba7c6e commit 0a5eb10
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
jobs:
lint:
name: Lint and fmt check
runs-on:
group: proxmox-ubuntu
runs-on: ubuntu-latest
# runs-on:
# group: proxmox-ubuntu
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand All @@ -24,8 +25,9 @@ jobs:

build:
name: CI on Go
runs-on:
group: proxmox-ubuntu
runs-on: ubuntu-latest
# runs-on:
# group: proxmox-ubuntu
steps:
- name: Check out source code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0a5eb10

Please sign in to comment.