Skip to content

Commit

Permalink
Change to MacOS and update Python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaHeinzke committed Feb 14, 2024
1 parent 9b980a1 commit d482121
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
# This workflow contains a single job called "documentation"
documentation:
# The type of runner that the job will run on
runs-on: ubuntu-latest

runs-on: macos-latest-xlarge
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d482121

Please sign in to comment.