mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
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:
2
.github/workflows/photonvision-docs.yml
vendored
2
.github/workflows/photonvision-docs.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user