Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continued website updates and fixes #189

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Switching OS to macos-latest in build step [build:particle_swarm]
  • Loading branch information
jlstevens committed Sep 24, 2021
commit 668bdbeb4b4b9b145a0b9c378a89ee9be6146a1f
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push
jobs:
build_project:
name: Build project with Python 3.7
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
timeout-minutes: 60
defaults:
run:
Expand Down