Skip to content

Commit

Permalink
Merge pull request #1676 from shirou/feature/remove_macos11_on_github…
Browse files Browse the repository at this point in the history
…_actions

fix: remove macos11 and add ubuntu-24.04 on GitHub runner list.
  • Loading branch information
shirou authored Jul 19, 2024
2 parents 0fc9a73 + 79fe161 commit d04251e
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, macos-13, macos-14]
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-24.04, windows-2022, windows-2019, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit d04251e

Please sign in to comment.