summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-01-23 14:14:26 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-01-23 14:14:26 -0500
commitc13ecfd53169968a66dc225913491a0b0ad1047a (patch)
treeba4eda64226d603a85b3ff6d1a4e803dfe61d175 /.github/workflows/ci.yml
parent790187e978c9488b87da05f01b940faebca2d809 (diff)
downloadbfs-c13ecfd53169968a66dc225913491a0b0ad1047a.tar.xz
ci: Update to macos-15
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
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: |