Skip to content

Commit

Permalink
Update CI workflow to run on macOS
Browse files Browse the repository at this point in the history
Changed the operating system for the CI workflow from Ubuntu to macOS. This update is due to some features in the codebase that depend on macOS-specific functionalities. Therefore, the CI environment has been updated to reflect the production environment more accurately.
  • Loading branch information
nakashima-hikaru committed Nov 26, 2023
1 parent ed74a1b commit be9061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions: write-all

jobs:
tests:
runs-on: ubuntu-latest
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11.5
Expand Down

0 comments on commit be9061a

Please sign in to comment.