Skip to content

Commit d8532c8

Browse files
Update github workflow
1 parent 43949ff commit d8532c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
1212
linux_binary:
13-
name: Build binary on Ubuntu 20.04
14-
runs-on: ubuntu-20.04
13+
name: Build binary on Ubuntu 22.04
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- name: Check out code from GitHub

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
jobs:
88
run_tests_linux:
9-
name: Run tests on Ubuntu 20.04
10-
runs-on: ubuntu-20.04
9+
name: Run tests on Ubuntu 22.04
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Check out code from GitHub

0 commit comments

Comments
 (0)