Skip to content

Commit

Permalink
Update ubuntu version 20.04 -> 22.04 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Feb 13, 2025
1 parent 85fa877 commit 422cd4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
# Checkout the repository as $GITHUB_WORKSPACE
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
tag_name: ${{ inputs.tag_name }}

build-clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -154,7 +154,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-fast update
sudo apt-fast install -y clang-8 ${{ env.packages }}
sudo apt-fast install -y clang-12 ${{ env.packages }}
- name: Setup CMake
run: |
Expand All @@ -173,7 +173,7 @@ jobs:
run: ./build/unittest

build-appimage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{github.event_name == 'release' || github.event_name == 'workflow_dispatch'}}
steps:
# Checkout the repository as $GITHUB_WORKSPACE
Expand Down

0 comments on commit 422cd4d

Please sign in to comment.