22
22
matrix :
23
23
os :
24
24
- ubuntu-latest
25
- - ubuntu-20 .04
25
+ - ubuntu-22 .04
26
26
- macos-latest
27
27
ruby :
28
28
- " 3.4"
@@ -39,27 +39,26 @@ jobs:
39
39
- " "
40
40
include :
41
41
# Python 3.11 with the latest Ruby
42
- - { os: ubuntu-20 .04 , ruby: 3.3 , python: "3.11" , python_architecture: x64 , venv: "" }
42
+ - { os: ubuntu-22 .04 , ruby: 3.3 , python: "3.11" , python_architecture: x64 , venv: "" }
43
43
44
44
# Old ruby and the latest Python 3
45
- - { os: ubuntu-20 .04 , ruby: 2.6 , python: "3.x" , python_architecture: x64 , venv: "" }
46
- - { os: ubuntu-20 .04 , ruby: 2.5 , python: "3.x" , python_architecture: x64 , venv: "" }
47
- - { os: ubuntu-20 .04 , ruby: 2.4 , python: "3.x" , python_architecture: x64 , venv: "" }
45
+ - { os: ubuntu-22 .04 , ruby: 2.6 , python: "3.x" , python_architecture: x64 , venv: "" }
46
+ - { os: ubuntu-22 .04 , ruby: 2.5 , python: "3.x" , python_architecture: x64 , venv: "" }
47
+ - { os: ubuntu-22 .04 , ruby: 2.4 , python: "3.x" , python_architecture: x64 , venv: "" }
48
48
49
49
# Ruby 2.7 with Each Python 3.x
50
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.12" , python_architecture: x64 , venv: "" }
51
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.11" , python_architecture: x64 , venv: "" }
52
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.10" , python_architecture: x64 , venv: "" }
53
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.9" , python_architecture: x64 , venv: "" }
54
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.8" , python_architecture: x64 , venv: "" }
55
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.7" , python_architecture: x64 , venv: "" }
56
- - { os: ubuntu-20.04 , ruby: 2.7 , python: "3.6" , python_architecture: x64 , venv: "" }
50
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.12" , python_architecture: x64 , venv: "" }
51
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.11" , python_architecture: x64 , venv: "" }
52
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.10" , python_architecture: x64 , venv: "" }
53
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.9" , python_architecture: x64 , venv: "" }
54
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.8" , python_architecture: x64 , venv: "" }
55
+ - { os: ubuntu-22.04 , ruby: 2.7 , python: "3.7" , python_architecture: x64 , venv: "" }
57
56
58
57
# Ruby-debug with the latest Python 3
59
- - { os: ubuntu-20 .04 , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
58
+ - { os: ubuntu-22 .04 , ruby: debug , python: "3.x" , python_architecture: x64 , venv: "" }
60
59
61
60
# The latest stable Ruby with the latest Python 3 with venv
62
- - { os: ubuntu-20 .04 , ruby: "3.3" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
61
+ - { os: ubuntu-22 .04 , ruby: "3.3" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
63
62
64
63
# macOS with venv
65
64
- { os: macos-latest , ruby: "3.3" , python: "3.x" , python_architecture: x64 , venv: "venv:" }
@@ -110,7 +109,7 @@ jobs:
110
109
fail-fast : false
111
110
matrix :
112
111
os :
113
- - ubuntu-20 .04
112
+ - ubuntu-22 .04
114
113
# - macos-latest
115
114
ruby :
116
115
- " 3.1"
0 commit comments