Skip to content

Commit

Permalink
actions: update Ubuntu 20.04 -> 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gperciva committed Feb 17, 2025
1 parent 8ce2a7a commit a2f9281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
Ubuntu:
name: Ubuntu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Update apt-get
run: sudo apt-get update
Expand All @@ -51,18 +51,18 @@ jobs:
autoreconf -i
- name: configure with clang
env:
CC: clang-10
CC: clang-13
CFLAGS: ${{ env.CFLAGS_ALL }}
run: ./configure
- name: Compile libarchive with clang
env:
CC: clang-10
CC: clang-13
# We need to use more permissive CFLAGS for libarchive code.
CFLAGS: ${{ env.CFLAGS_ALL }}
run: make ${{ env.LIBARCHIVE_OBJECTS }}
- name: Compile with clang
env:
CC: clang-10
CC: clang-13
CFLAGS: ${{ env.CFLAGS_ALL }}
${{ env.CFLAGS_CLANG_LIBCPERCIVA }}
${{ env.CFLAGS_CLANG_PROJECT }}
Expand Down

0 comments on commit a2f9281

Please sign in to comment.