Skip to content

Commit

Permalink
Merge pull request #11 from embulk/actions-macos-13
Browse files Browse the repository at this point in the history
Use macos-13 in GitHub Actions
  • Loading branch information
dmikurube committed Apr 26, 2024
2 parents 07e8b04 + 95ee94c commit 64d47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-13 # OpenJDK 8 is not supported on macos-14+ (M1).
- windows-latest
steps:
- name: Set Git's core.autocrlf to false for Windows before checkout
Expand Down

0 comments on commit 64d47f5

Please sign in to comment.