Skip to content

Commit

Permalink
remove ubuntu-18.04 from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed May 19, 2023
1 parent aac1f65 commit 01ed20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build All
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 01ed20b

Please sign in to comment.