Skip to content

Commit f2be19d

Browse files
[IMP] update dotfiles
1 parent 01f6c8a commit f2be19d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111

1212
jobs:
1313
pre-commit:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: "3.6"
19+
python-version: "3.6.15"
2020
- name: Get python version
2121
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
2222
- uses: actions/cache@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
done
3030
test:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
container: ${{ matrix.container }}
3333
name: ${{ matrix.name }}
3434
strategy:

0 commit comments

Comments
 (0)