Skip to content

Commit

Permalink
Merge pull request #405 from getlogbook/feature/update-runner-os
Browse files Browse the repository at this point in the history
Update GitHub Actions OS versions
  • Loading branch information
RazerM authored Dec 21, 2024
2 parents 92a6d63 + 536106c commit 9073af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-24.04, windows-2022, macos-13]

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.11"

Expand Down

0 comments on commit 9073af3

Please sign in to comment.