Skip to content

Commit

Permalink
Switch to macOS 13 runner image
Browse files Browse the repository at this point in the history
Homebrew no longer supports macOS 12.
  • Loading branch information
morganwillcock committed Sep 30, 2024
1 parent dbadf41 commit c4904c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell:
- bash
os:
- macos-12
- macos-13
- ubuntu-22.04
include:
- os: windows-2022
Expand Down Expand Up @@ -68,11 +68,6 @@ jobs:
run: >
dram words=html-help-workshop '${{ github.workspace }}/CONTRIBUTING.md' | /bin/sh &&
>> $GITHUB_ENV echo 'HHC=/c/Program Files (x86)/HTML Help Workshop/hhc.exe'
- name: Install Automake
if: ${{ runner.os == 'macOS' }}
run: >
brew update &&
brew install automake
- name: Install Free Pascal CHM compiler
if: ${{ matrix.with-feature != null }}
run: |
Expand Down

0 comments on commit c4904c7

Please sign in to comment.