Skip to content

Commit

Permalink
[ci]: add macos-13 and macos-14 on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Feb 21, 2024
1 parent 146bae2 commit 25c3f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
go-version: ${{fromJson(needs.go-versions.outputs.versions)}}
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-11, macos-12]
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-11, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 25c3f40

Please sign in to comment.