From c13ecfd53169968a66dc225913491a0b0ad1047a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 23 Jan 2025 14:14:26 -0500 Subject: ci: Update to macos-15 --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef0bedb..950a7e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,16 +50,14 @@ jobs: macos: name: macOS - runs-on: macos-14 + runs-on: macos-15 steps: - uses: actions/checkout@v4 - name: Install dependencies run: | - brew install \ - bash \ - expect + brew install bash - name: Run tests run: | -- cgit v1.2.3