Skip to content

Commit

Permalink
[ci] Remove deprecated macos-10.15 virtual environment in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomanic committed Jul 19, 2022
1 parent 5439492 commit 2553c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
go-version: ${{fromJson(needs.go-versions.outputs.versions)}}
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, macOS-10.15, macos-11]
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down

0 comments on commit 2553c62

Please sign in to comment.