Skip to content

Commit

Permalink
Merge pull request #128 from Cyberbeni/ci-update
Browse files Browse the repository at this point in the history
use latest OS images for testing, use actions/checkout@v3
  • Loading branch information
Cyberbeni authored Apr 13, 2023
2 parents 21f96ae + f1adf0d commit 65a1d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-12]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run action without branch
uses: ./
with:
Expand Down

0 comments on commit 65a1d13

Please sign in to comment.