Skip to content

Commit

Permalink
CI on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Dec 22, 2023
1 parent dd005af commit 656185d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml → .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Lint and verify
name: CI

on:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
ci:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 656185d

Please sign in to comment.