Skip to content

Commit 136f4a8

Browse files
committed
Migrate GitHub Actions from ubuntu runners to Depot runners
1 parent 349fd00 commit 136f4a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
pre-commit:
1616
name: "pre-commit"
17-
runs-on: ubuntu-latest
17+
runs-on: depot-ubuntu-24.04-small
1818
steps:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
pypi-publish:
99
name: Upload release to PyPI
10-
runs-on: ubuntu-latest
10+
runs-on: depot-ubuntu-24.04
1111
environment:
1212
name: pypi
1313
url: https://pypi.org/p/wherobots-python-dbapi

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: depot-ubuntu-24.04
1717
strategy:
1818
matrix:
1919
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']

0 commit comments

Comments
 (0)