Skip to content

Commit

Permalink
Add support for macOS Sonoma 14 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Jan 31, 2024
1 parent 01ff903 commit 25cc603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

strategy:
matrix:
# https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-13, macos-latest, windows-2019, windows-2022, windows-latest ]
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ]
go: [ '1.21' ]
steps:

Expand Down

0 comments on commit 25cc603

Please sign in to comment.