Skip to content

Commit

Permalink
tries running on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Robb-Fr committed Apr 23, 2024
1 parent a284b9f commit 3553978
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ on:
pull_request:
branches: [ "main" ]

# permissions:
# contents: read

jobs:
build:

runs-on: ubuntu-20.04
runs-on: macos-14

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.9.2"
python-version: "3.10.11"
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
Expand Down

0 comments on commit 3553978

Please sign in to comment.