Skip to content

Commit 9f6baef

Browse files
authored
Don't build for ubuntu 20.04 which is now deprecated (#306)
1 parent fbff3da commit 9f6baef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest]
29+
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)