Skip to content

Commit

Permalink
ci: update macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Jan 22, 2024
1 parent a121fb4 commit 790190c
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 @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: macos-10.15
runs-on: macos-latest

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]

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

0 comments on commit 790190c

Please sign in to comment.