Skip to content

Commit

Permalink
mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 28, 2023
1 parent 17233bc commit dc93b0c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml → .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# This is the main CI workflow
name: ci
# This is the linting CI workflow
name: lint

# This workflow is triggered on pull requests to the main branch
on:
Expand All @@ -14,7 +14,7 @@ jobs:
# The build job
build:
# This job runs on the latest version of Ubuntu
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
# Checkout the repository
- uses: actions/checkout@v2
Expand All @@ -30,6 +30,3 @@ jobs:
# Lint the code
- name: Lint
run: make lint
# Build the project
- name: Build
run: make build

0 comments on commit dc93b0c

Please sign in to comment.