Bump macos-10.15 to macos-11 (#995)
This commit is contained in:
parent
4b69e3dab6
commit
a0e37b24e0
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
machine: [ windows-2022, ubuntu-20.04, macos-10.15 ]
|
||||
machine: [ windows-2022, ubuntu-20.04, macos-11 ]
|
||||
runs-on: ${{ matrix.machine }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
machine: [ windows-2022, ubuntu-20.04, macos-10.15 ]
|
||||
machine: [ windows-2022, ubuntu-20.04, macos-11 ]
|
||||
runs-on: ${{ matrix.machine }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
|
|
|
|||
|
|
@ -75,9 +75,9 @@ and [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework).
|
|||
|
||||
CI tests run against the following operating systems:
|
||||
|
||||
- Microsoft Windows Server 2022
|
||||
- macOS Catalina 10.15
|
||||
- Ubuntu 20.04 LTS
|
||||
- [macOS Big Sur 11](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md)
|
||||
- [Microsoft Windows Server 2022](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md)
|
||||
- [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md)
|
||||
|
||||
### Instrumented libraries and frameworks
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue