Skip to content

Commit

Permalink
Temporarily freeze Ubuntu version in CI/Github Actions (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored Jan 10, 2025
1 parent 4fd55c0 commit 52842ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/blank-cherries-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52842ba

Please sign in to comment.