Skip to content

Commit

Permalink
[CI] Use Ubuntu 22.04, upgrade actions/checkout and actions/upload-ar…
Browse files Browse the repository at this point in the history
…tifact

Ubuntu 20.04 comes with Freetype 2.10.1, Poppler requires at least 2.11
  • Loading branch information
ViliusSutkus89 authored and andiwand committed Sep 18, 2024
1 parent 1451f13 commit 1a70199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on: [push]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build project with APT
run: './buildScripts/buildInstallLocallyApt'

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: pdf2htmlEX/build

0 comments on commit 1a70199

Please sign in to comment.