Skip to content

Commit

Permalink
Remove Ubuntu 18.04 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunk authored Oct 28, 2023
1 parent ab01021 commit f1755bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
arch: [i386, arm64, armhf]
steps:
- name: Install Cross-Compile Support
Expand Down

0 comments on commit f1755bd

Please sign in to comment.