Skip to content

Commit 2933904

Browse files
m-tmatmatnyblom
authored andcommitted
use ubuntu 22.04
1 parent 6b987ad commit 2933904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17-
name: Build (Linux, Ubuntu 18.04)
17+
name: Build (Linux, Ubuntu 22.04)
1818

1919
on:
2020
- pull_request
2121
- push
2222

2323
jobs:
2424
build:
25-
name: Build (Linux, Ubuntu 18.04)
26-
runs-on: ubuntu-18.04
25+
name: Build (Linux, Ubuntu 22.04)
26+
runs-on: ubuntu-22.04
2727
steps:
2828
- name: 'Install build dependencies'
2929
run: |-

0 commit comments

Comments
 (0)