File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1515 - ' **.txt'
1616jobs :
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
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
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)
You can’t perform that action at this time.
0 commit comments