mirror of https://github.com/eclipse/paho.mqtt.c
Switch to MacOS 11 for Github actions
This commit is contained in:
parent
286d65abd6
commit
ea026c43d2
|
|
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue