Skip to content

Commit cac1cab

Browse files
committed
Use ubuntu-slim for linting
1 parent ed09666 commit cac1cab

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/smoke.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ on:
1515
- '**.txt'
1616
jobs:
1717
style:
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-slim
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v6
22-
2322
- name: Python
24-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2524
with:
26-
python-version: "3.12"
27-
25+
python-version: "3.14"
2826
- name: Linters
2927
run: make lint
3028

@@ -48,7 +46,7 @@ jobs:
4846
name: Checkout
4947

5048
- name: Python ${{ matrix.config.python }}
51-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5250
with:
5351
python-version: ${{ matrix.config.python }}
5452
allow-prereleases: true
@@ -71,7 +69,7 @@ jobs:
7169
pkg-config \
7270
zlib1g-dev
7371
if [[ "${{ matrix.config.extras }}" ]]; then
74-
sudo apt-get install doxygen wget
72+
sudo apt-get install doxygen
7573
fi
7674
;;
7775
macos-14)

0 commit comments

Comments
 (0)