Skip to content

Commit

Permalink
chore: run on ubuntu-latest
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers committed Feb 29, 2024
1 parent aeda187 commit ba2b566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
compliant:
runs-on: [self-hosted, X64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -17,7 +17,7 @@ jobs:
uses: crate-ci/typos@master

staticcheck:
runs-on: [self-hosted, X64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
staticcheck_flags: -checks=inherit,-SA1029

lint:
runs-on: [self-hosted, X64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -54,5 +54,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: .
args: --timeout 30m -E gofumpt --go 1.20
skip-pkg-cache: true
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
go: [1.20]
os: [X64, ARM64]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ba2b566

Please sign in to comment.