Skip to content

Commit

Permalink
Changed the Github runner OS to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi-salunkhe-mettle committed Nov 22, 2024
1 parent 2836bce commit 37c8a29
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@ on: [push]
jobs:
Golintr:
name: Go Lintr
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install golangci-lint\
run: brew install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- name: Run Go Lintr
run: make lint_go
Rlintr:
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Update Homebrew
run: brew update-reset


- uses: r-lib/actions/setup-r@v2

- name: Lint R Files
Expand Down

0 comments on commit 37c8a29

Please sign in to comment.