Skip to content

Commit f0007fb

Browse files
Remove 'ubuntu-18.04' from os list
1 parent 6e2184a commit f0007fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# macos-latest references are kept here for historical purposes. removed macos-latest from the
1111
#matrix as it is not a typical case for users and causes a lot of friction with other linux-based
1212
# installs. Recommend developing on codespaces or using an ubuntu container.
13-
os: ['ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-18.04']
13+
os: ['ubuntu-22.04', 'ubuntu-20.04']
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)