Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

fix the test runner os

let's not get too wild

Changed files
+2 -2
.github
workflows
+2 -2
.github/workflows/checks.yml
···
jobs:
test:
-
runs-on: ubuntu-latest
+
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build lib
···
run: cargo test --verbose
style:
-
runs-on: ubuntu-latest
+
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: fmt