GitHub CI: Use the latest version of macOS

Use the "macos-latest" image, otherwise we might run into support issues
with Homebrew.

[skip ci]
This commit is contained in:
Gerald Combs 2023-11-09 12:14:23 -08:00
parent 625c1a5ded
commit adfbd315b6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
macos:
name: Build & Test
runs-on: macos-11.0
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3