diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-01-23 14:14:26 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-01-23 14:14:26 -0500 |
commit | c13ecfd53169968a66dc225913491a0b0ad1047a (patch) | |
tree | ba4eda64226d603a85b3ff6d1a4e803dfe61d175 /.github/workflows | |
parent | 790187e978c9488b87da05f01b940faebca2d809 (diff) | |
download | bfs-c13ecfd53169968a66dc225913491a0b0ad1047a.tar.xz |
ci: Update to macos-15
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
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: | |