21
21
22
22
android_build :
23
23
name : Android Stable
24
- runs-on : ubuntu-18.04
24
+ runs-on : ubuntu-latest
25
25
env :
26
26
TARGET : aarch64-linux-android
27
27
PKG_CONFIG_ALLOW_CROSS : 1
37
37
wasm :
38
38
if : false # disable until hal/Gles backend is setup
39
39
name : Web Assembly
40
- runs-on : ubuntu-18.04
40
+ runs-on : ubuntu-latest
41
41
env :
42
42
RUSTFLAGS : --cfg=web_sys_unstable_apis
43
43
steps :
54
54
strategy :
55
55
fail-fast : false
56
56
matrix :
57
- os : [macos-10.15, ubuntu-18 .04, windows-2019]
57
+ os : [macos-10.15, ubuntu-20 .04, windows-2019]
58
58
channel : [stable, nightly]
59
59
include :
60
60
- name : MacOS Stable
@@ -70,18 +70,18 @@ jobs:
70
70
additional_core_features :
71
71
additional_player_features :
72
72
- name : Ubuntu Stable
73
- os : ubuntu-18 .04
73
+ os : ubuntu-20 .04
74
74
channel : stable
75
75
prepare_command :
76
76
additional_core_features : trace,replay
77
77
additional_player_features :
78
78
- name : Ubuntu Nightly
79
- os : ubuntu-18 .04
79
+ os : ubuntu-20 .04
80
80
channel : nightly
81
81
prepare_command : |
82
82
echo "Installing Vulkan"
83
83
sudo apt-get update -y -qq
84
- sudo add-apt-repository ppa:kisak/kisak-mesa -y
84
+ sudo add-apt-repository ppa:ubuntu-x-swat/updates -y
85
85
sudo apt-get update
86
86
sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
87
87
additional_core_features : serial-pass
@@ -124,7 +124,7 @@ jobs:
124
124
run : cargo test -- --nocapture
125
125
126
126
docs :
127
- runs-on : [ubuntu-18.04 ]
127
+ runs-on : [ubuntu-latest ]
128
128
steps :
129
129
- uses : actions/checkout@v2
130
130
- name : Install latest nightly
0 commit comments