Skip to content

Commit

Permalink
fix: remove macos11 and add ubuntu-24.04 on GitHub runner list.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Jul 19, 2024
1 parent 0fc9a73 commit 79fe161
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 79fe161

Please sign in to comment.