Skip to content

Commit

Permalink
SYS: Fix tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Oct 2, 2024
1 parent 9ab1183 commit 31b20e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
build:
name: Build docs
runs-on: macos-11
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
mac-tests:
name: Run tests on Mac
runs-on: macos-11
runs-on: macos-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 31b20e6

Please sign in to comment.