We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366c770 commit 4112796Copy full SHA for 4112796
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-linux:
10
name: Linux Build
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
12
steps:
13
- name: Install Dependencies
14
run: |
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ on:
test-linux:
name: Test Linux Build
15
0 commit comments