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

This commit is contained in:
Eoghan Murray
2025-01-10 15:57:37 +00:00
committed by GitHub
parent 4fd55c0669
commit 52842ba09a
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
---
---

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