Update macos.yml

Use macos-11 image.
This commit is contained in:
Beep6581 2023-08-28 23:12:03 +02:00 committed by GitHub
parent 0fc342e4dc
commit a2029ba5d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ on:
jobs: jobs:
build: build:
runs-on: macos-latest runs-on: macos-11
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies - name: Install dependencies