.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also use 10.15)

This commit is contained in:
Dan Kegel
2022-04-18 11:39:44 -07:00
committed by Ron Evans
parent 3000b2d15e
commit 111661658b
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
build-macos:
name: build-macos
runs-on: macos-10.16
runs-on: macos-11
steps:
- name: Install Go
uses: actions/setup-go@v2