]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
test.yaml: pin ubuntu 8757/head
authorMarc Foley <m.foley.88@gmail.com>
Thu, 19 Dec 2024 11:43:32 +0000 (11:43 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Thu, 19 Dec 2024 11:52:34 +0000 (11:52 +0000)
.github/workflows/test.yaml

index f35d48971f772e78f219c81e316f7ea727dbe8c4..c4c032f61cbd41f6ff84c241bbc2407500de4086 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     strategy:
       matrix:
         python-version: ['3.10']
-        os: [windows-latest, macos-13, ubuntu-latest]
+        os: [windows-latest, macos-13, ubuntu-22.04]
     steps:
       - name: Cancel previous
         uses: styfle/cancel-workflow-action@0.11.0
@@ -68,7 +68,7 @@ jobs:
 
   diffenator:
     name: Diffenate fonts
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     continue-on-error: true
 
     steps: