Skip to content

Commit 0ea5362

Browse files
committed
Switch ubuntu CI to 20.04
1 parent 0b506af commit 0ea5362

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
android_build:
2323
name: Android Stable
24-
runs-on: ubuntu-18.04
24+
runs-on: ubuntu-latest
2525
env:
2626
TARGET: aarch64-linux-android
2727
PKG_CONFIG_ALLOW_CROSS: 1
@@ -37,7 +37,7 @@ jobs:
3737
wasm:
3838
if: false # disable until hal/Gles backend is setup
3939
name: Web Assembly
40-
runs-on: ubuntu-18.04
40+
runs-on: ubuntu-latest
4141
env:
4242
RUSTFLAGS: --cfg=web_sys_unstable_apis
4343
steps:
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
os: [macos-10.15, ubuntu-18.04, windows-2019]
57+
os: [macos-10.15, ubuntu-20.04, windows-2019]
5858
channel: [stable, nightly]
5959
include:
6060
- name: MacOS Stable
@@ -70,18 +70,18 @@ jobs:
7070
additional_core_features:
7171
additional_player_features:
7272
- name: Ubuntu Stable
73-
os: ubuntu-18.04
73+
os: ubuntu-20.04
7474
channel: stable
7575
prepare_command:
7676
additional_core_features: trace,replay
7777
additional_player_features:
7878
- name: Ubuntu Nightly
79-
os: ubuntu-18.04
79+
os: ubuntu-20.04
8080
channel: nightly
8181
prepare_command: |
8282
echo "Installing Vulkan"
8383
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
8585
sudo apt-get update
8686
sudo apt install -y libxcb-xfixes0-dev mesa-vulkan-drivers
8787
additional_core_features: serial-pass
@@ -124,7 +124,7 @@ jobs:
124124
run: cargo test -- --nocapture
125125

126126
docs:
127-
runs-on: [ubuntu-18.04]
127+
runs-on: [ubuntu-latest]
128128
steps:
129129
- uses: actions/checkout@v2
130130
- name: Install latest nightly

0 commit comments

Comments
 (0)