ubuntu-latest in tests workflow

This commit is contained in:
Andrei Radulescu
2024-01-18 01:20:10 +02:00
parent 12022ef484
commit 2f5d76a2f5
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
precommit:
name: pre-commit
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 8
steps:
- uses: actions/checkout@v3