Skip to content

Commit

Permalink
(QoL) moved benchmarks back to Linux to allow for older Python 3.9 an…
Browse files Browse the repository at this point in the history
…d moved full tests back to Mac, as the memory limit seems to still be a problem on Linux
  • Loading branch information
amkrajewski committed Feb 12, 2024
1 parent 6ab0975 commit 79ab63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
python-version: ["3.9", "3.10", "3.11"]
fail-fast: false
runs-on: macos-14
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fullTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
testPython309:
runs-on: ubuntu-22.04
runs-on: macos-12
strategy:
fail-fast: false
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

testPython310:
needs: testPython309
runs-on: ubuntu-22.04
runs-on: macos-12
steps:
- uses: actions/checkout@v3

Expand All @@ -64,7 +64,7 @@ jobs:

testPython311:
needs: testPython310
runs-on: ubuntu-22.04
runs-on: macos-12
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 79ab63e

Please sign in to comment.