Skip to content

Commit 8a8d5a3

Browse files
gpercivacperciva
authored andcommitted
actions: update Ubuntu 20.04 -> 22.04
1 parent 041a212 commit 8a8d5a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
jobs:
3131
Ubuntu:
3232
name: Ubuntu
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-22.04
3434
steps:
3535
- name: Update apt-get
3636
run: sudo apt-get update
@@ -44,12 +44,12 @@ jobs:
4444
autoreconf -i
4545
- name: Configure with clang
4646
env:
47-
CC: clang-10
47+
CC: clang-13
4848
CFLAGS: ${{ env.CFLAGS_ALL }}
4949
run: ./configure
5050
- name: Compile with clang
5151
env:
52-
CC: clang-10
52+
CC: clang-13
5353
CFLAGS: ${{ env.CFLAGS_ALL }}
5454
${{ env.CFLAGS_CLANG_LIBCPERCIVA }}
5555
${{ env.CFLAGS_CLANG_PROJECT }}

.github/workflows/coverity-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# requires us to fake a TRAVIS_BRANCH environment variable.
1111
jobs:
1212
coverity-scan:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)