latest is correct is not correct (#1455)

Ubuntu 24 borked for most of our CI. something to do with glibc


https://discord.com/channels/725836368059826228/725846784131203222/1294138369177157832

it always should have been at a fixed version. Now it is.
This commit is contained in:
Chris Gerth
2024-10-10 23:13:58 -05:00
committed by GitHub
parent 471c90e8fa
commit 91da7af171
2 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3