Skip to content

Commit 8f56f30

Browse files
authored
Bump action and OS versions in CI (#123)
1 parent 0a75709 commit 8f56f30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-20.04, macos-latest, windows-2019]
22+
os: [ubuntu-24.04, macos-latest, windows-2025]
2323
python-version: ['3.11']
2424

2525
# Timeout: https://stackoverflow.com/a/59076067/4521646
2626
timeout-minutes: 35
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v2
3232
with:
@@ -46,7 +46,7 @@ jobs:
4646
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
4747
4848
- name: Cache pip
49-
uses: actions/cache@v2
49+
uses: actions/cache@v4
5050
with:
5151
path: ${{ steps.pip-cache.outputs.dir }}
5252
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}

0 commit comments

Comments
 (0)