Skip to content

Commit

Permalink
tested e2e for macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Oct 1, 2024
1 parent c19fedc commit 81fbce9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
python-version: ['3.9', 'pypy-3.9']
steps:
- uses: actions/checkout@v4
Expand All @@ -97,7 +97,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand All @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
python-version: ['3.9', 'pypy-3.9-v7.x']
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: e2e tests
on:
push:
branches:
- main
- test-ubuntu24
paths-ignore:
- '**.md'
pull_request:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-20.04, windows-latest]
operating-system: [ubuntu-20.04, windows-latest, macos-13]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-graalpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-24.04]
os: [macos-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
graalpy:
- 'graalpy-23.0'
- 'graalpy-22.3'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-20.04, ubuntu-24.04]
os: [macos-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
graalpy: ['graalpy23.0', 'graalpy22.3']

steps:
Expand All @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-latest]
os: [ubuntu-24.04, macos-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Setup GraalPy and check latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
pypy:
- 'pypy-2.7'
- 'pypy-3.10'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04]
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-24.04, macos-13]
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly']

steps:
Expand All @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Setup PyPy and check latest
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest, macos-13]
steps:
- uses: actions/checkout@v4
- name: Setup PyPy and check latest
Expand Down

0 comments on commit 81fbce9

Please sign in to comment.