Skip to content

Commit

Permalink
(build) Pin to specific Ubuntu version
Browse files Browse the repository at this point in the history
This seems to be a requirement in order to get Cake.Issues.Recipe v2.0.0
to work.
  • Loading branch information
gep13 committed Aug 2, 2024
1 parent ec6eaaf commit 3cc51c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-24.04,
# Cake.Recipe currently does not support macOS 14 (M1) due to usage of Cake.Git.
macos-13]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
draft-stable:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04

steps:
- name: Checkout the requested branch
Expand Down

0 comments on commit 3cc51c7

Please sign in to comment.