chore: change runner tags in workflows

This commit is contained in:
Stevan Freeborn
2026-06-30 10:47:12 -05:00
parent f304c61ac9
commit 5b6f5c260c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ on:
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7