Skip to content

Commit

Permalink
Use ubuntu 18.04 for linux CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Oct 12, 2024
1 parent ca58311 commit edc03a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linuxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_linux:
name: CI for Linux
runs-on: ubuntu-latest
container: ubuntu:16.04
container: ubuntu:18.04
steps:
- name: Install dependencies for Linux
run: |
Expand Down

0 comments on commit edc03a7

Please sign in to comment.