Temporarily freeze Ubuntu version in CI/Github Actions (#1621)

This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 3211ded262
commit 4c8dfb0440
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repo
uses: actions/checkout@v3