We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd55c0 commit 751d2beCopy full SHA for 751d2be
.github/workflows/ci-cd.yml
@@ -7,7 +7,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
7
jobs:
8
release:
9
name: Tests
10
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
11
steps:
12
- name: Checkout Repo
13
uses: actions/checkout@v3
0 commit comments