Skip to content

Commit cd51ad7

Browse files
committed
Update CI Mac & Linux OS versions to GH's latest versions
Mac _must_ be updated now, since they're starting to do brownouts, but updating Linux too seems sensible. Windows seems to fail to build when updating due to a signtool issue. Going to ignore that for now, but we'll need to deal with it eventually.
1 parent eed6103 commit cd51ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
matrix:
88
include:
99
- platform: linux
10-
os: "ubuntu-18.04"
10+
os: "ubuntu-20.04"
1111
- platform: windows
1212
os: "windows-2019"
1313
- platform: mac
14-
os: "macos-10.15"
14+
os: "macos-11"
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)