Use macOS 11 runner for better compatibility

This commit is contained in:
Orazio 2023-07-26 12:47:51 +02:00 committed by GitHub
parent 5349e13642
commit c0bbe2ba26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on: [workflow_dispatch]
jobs:
build-macos:
runs-on: macos-12
runs-on: macos-11
timeout-minutes: 15
steps:
- uses: actions/checkout@v3