We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43949ff commit d8532c8Copy full SHA for d8532c8
.github/workflows/release.yml
@@ -10,8 +10,8 @@ on:
10
11
jobs:
12
linux_binary:
13
- name: Build binary on Ubuntu 20.04
14
- runs-on: ubuntu-20.04
+ name: Build binary on Ubuntu 22.04
+ runs-on: ubuntu-22.04
15
16
steps:
17
- name: Check out code from GitHub
.github/workflows/run_tests.yml
@@ -6,8 +6,8 @@ on:
6
7
8
run_tests_linux:
9
- name: Run tests on Ubuntu 20.04
+ name: Run tests on Ubuntu 22.04
0 commit comments