Skip to content

Commit

Permalink
CI: remove ubuntu-18.04 jobs (#3048)
Browse files Browse the repository at this point in the history
The image has been deprecated and the brownout period have started
already: actions/runner-images#6002
  • Loading branch information
dentarg committed Dec 25, 2022
1 parent f086724 commit 6a66039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-11, macos-12, windows-2022 ]
os: [ ubuntu-20.04, macos-11, macos-12, windows-2022 ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, head ]
no-ssl: ['']
yjit: ['']
Expand Down

0 comments on commit 6a66039

Please sign in to comment.