branch: elpa/emacsql
commit 2e91094b9a902c3dad8830e6e6a03902a322707d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    ci/test: Use ubuntu-24.04
---
 .github/workflows/test.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 7cde366d78..59b45e99eb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -6,7 +6,7 @@ env:
 jobs:
   matrix:
     name: 'Get matrix'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     outputs:
       matrix: ${{ steps.matrix.outputs.matrix }}
     steps:
@@ -14,6 +14,7 @@ jobs:
         uses: purcell/setup-emacs@master
         with:
           version: 30.1
+      - name: 'Install scripts'
         uses: actions/checkout@v4
         with:
           repository: emacscollective/workflows
@@ -33,7 +34,7 @@ jobs:
           echo "• get-matrix: emacscollective/workflows@${{ 
inputs.workflow_ref }}"
   main:
     name: 'Test using Emacs ${{ matrix.emacs }}'
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     needs: matrix
     strategy:
       fail-fast: false

Reply via email to