mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also use 10.15)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user