Skip to content

Commit

Permalink
Update OS versions in the GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Oct 25, 2024
1 parent 62ed567 commit 9989247
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-22.04', 'windows-2022', 'macos-12']
os: ['ubuntu-24.04', 'windows-2022', 'macos-14']
steps:
- name: Check out Forest code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build-html-docs:
name: 'Build HTML docs'
runs-on: 'ubuntu-22.04'
runs-on: 'ubuntu-24.04'
defaults:
run:
working-directory: './docs'
Expand Down

0 comments on commit 9989247

Please sign in to comment.