Update all CI jobs using ubuntu to 24.04

This commit is contained in:
Dave Rolsky
2025-02-15 12:54:42 -06:00
parent c04b5a0b3e
commit f0ceffbf58
2 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ env:
jobs:
lint:
name: Check that code is lint clean using precious
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install mise