diff options
author | Dan Kegel <[email protected]> | 2022-04-18 11:39:44 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-04-18 22:52:14 +0200 |
commit | 111661658bfbf85fd188663046f31421e9821913 (patch) | |
tree | 26ac676a9764f124ec2198e78f0ee3fddd54f7bd /.github | |
parent | 3000b2d15e0bd56bc2fe4e02832eded0b5b9fea6 (diff) | |
download | tinygo-111661658bfbf85fd188663046f31421e9821913.tar.gz tinygo-111661658bfbf85fd188663046f31421e9821913.zip |
.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also use 10.15)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index fe2237e3b..208b7345a 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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 |