Skip to content

Commit c1a4f1d

Browse files
Merge pull request #277 from github/djj-os-update
Remove 'ubuntu-18.04' from os list
2 parents 6e2184a + f0007fb commit c1a4f1d

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)