Skip to content

Commit 52842ba

Browse files
authored
Temporarily freeze Ubuntu version in CI/Github Actions (#1621)
1 parent 4fd55c0 commit 52842ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/blank-cherries-laugh.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
77
jobs:
88
release:
99
name: Tests
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Repo
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)