Skip to content

Commit

Permalink
(tests) updates to test workflow; make sure all Actions use Node20 an…
Browse files Browse the repository at this point in the history
…d full tests fun on `macos-12` with enough RAM
  • Loading branch information
amkrajewski authored Mar 8, 2024
1 parent 352b3f8 commit fe8c990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fullTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
needs: testPython309
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
needs: testPython310
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weeklyTesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
testFullPython310:
needs: coreTests
runs-on: ubuntu-22.04
runs-on: macos-12
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fe8c990

Please sign in to comment.