Skip to content

Commit 4e364fc

Browse files
authored
Update Ubuntu version used to run data-server-related workflows (#6987)
This old version of Ubuntu is no longer available: actions/runner-images#11101
1 parent aebdc82 commit 4e364fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ jobs:
146146
fail-fast: false
147147
matrix:
148148
mode: ['native']
149-
platform: ['ubuntu-20.04', 'macos-13']
149+
platform: ['ubuntu-22.04', 'macos-13']
150150
rust_version: ['1.65.0']
151151
include:
152152
- mode: 'universal'
153-
platform: 'ubuntu-20.04'
153+
platform: 'ubuntu-22.04'
154154
rust_version: '1.65.0'
155155
steps:
156156
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

0 commit comments

Comments
 (0)