Skip to content

Commit

Permalink
GitHub Actions: Updated Ubuntu 20.04 workflow to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jul 2, 2023
1 parent d660572 commit 94e1bbc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile on Ubuntu 20.04
name: Compile on Ubuntu 22.04

on:
push:
Expand All @@ -18,7 +18,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
qbs --version
qbs setup-toolchains --detect
qbs config defaultProfile gcc
qbs config defaultProfile x86_64-linux-gnu-gcc-12
- name: Build
run: |
Expand Down

0 comments on commit 94e1bbc

Please sign in to comment.