Skip to content

Commit

Permalink
(build) Update what build runners are used
Browse files Browse the repository at this point in the history
Ubuntu 18.04 is out of support, and Cake.Git doesn't work on the latest
version of macOS (which is the M1 variant), so need to pin to the latest
within the 13 range.
  • Loading branch information
gep13 committed May 2, 2024
1 parent 64cf323 commit b8757eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-18.04, macos-latest]
os: [
windows-latest,
ubuntu-latest,
# Cake.Recipe currently does not support macOS 14 (M1) due to usage of Cake.Git.
macos-13]

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit b8757eb

Please sign in to comment.