Skip to content

Commit

Permalink
CI: Bump the Ubuntu image version to 22.04
Browse files Browse the repository at this point in the history
ARC GNU Toolchain 2023.09 (https://github.com/foss-for-synopsys-dwc-arc-processors/arc-gnu-toolchain) was built inside latest (22.04) Ubuntu container, that's why Linux depends on more fresh glibc shared libraries and there are probably other dependencies. This commit explicitly sets the environment version to exlude extra build errors. The environment version may be changed later as the project progresses.

Signed-off-by: Evgeny Semenov <semenov@synopsys.com>
  • Loading branch information
qwersem authored and abrodkin committed Jan 23, 2024
1 parent f6e9dab commit 277d160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
targets:
Expand Down

0 comments on commit 277d160

Please sign in to comment.