Skip to content

Commit

Permalink
Merge pull request #566 from mackerelio/update-gha
Browse files Browse the repository at this point in the history
update macos,windows Actions Runner Image.
  • Loading branch information
yseto authored May 16, 2023
2 parents b077433 + dfda803 commit 2b370ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-10.15", "windows-2019"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2b370ee

Please sign in to comment.