Skip to content

Commit 1116616

Browse files
dkegel-fastlydeadprogram
authored andcommitted
.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also use 10.15)
1 parent 3000b2d commit 1116616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-macos:
1212
name: build-macos
13-
runs-on: macos-10.16
13+
runs-on: macos-11
1414
steps:
1515
- name: Install Go
1616
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)