feat: use ubuntu latest.
Some checks failed
/ cache (push) Has been cancelled

This commit is contained in:
CronyAkatsuki 2026-03-13 23:11:39 +01:00
parent 27c7f0b1cb
commit aac367b36a

View file

@ -2,7 +2,7 @@ on: [push]
jobs:
cache:
runs-on: debian-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5