aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-12-12 23:36:55 +0100
committerDario Lombardo <lomato@gmail.com>2020-12-15 08:12:10 +0000
commitd13a7899ecf2d72ef558b0b08b440803e46316df (patch)
tree1c5b8262e4843abfd2920e3dcad649811d92e85d /.github
parent99cc1280dca6f9b73cc597c5a25af7a89ca7cd86 (diff)
github: use macos 11.0 in macos image.
Fix: #17063.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f5ec3450d2..e15f29f3cc 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -5,7 +5,7 @@ on: [push]
jobs:
macos:
name: Build & Test
- runs-on: macos-latest
+ runs-on: macos-11.0
steps:
- name: Checkout
uses: actions/checkout@v2