Skip to content

Commit

Permalink
ADD: upgrade actions checkout v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Iovesophy committed Nov 10, 2022
1 parent ce36255 commit 30f0ab5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: CI to MacOS
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Run
run: make

build:
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run
run: make

0 comments on commit 30f0ab5

Please sign in to comment.