Skip to content

Commit 21990b6

Browse files
committed
Apache Superset: Use ubuntu-latest on CI
1 parent 2db85c8 commit 21990b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/application-apache-superset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ ubuntu-22.04 ]
42+
os: [ 'ubuntu-latest' ]
4343
superset-version: [
4444

4545
# Deactivate testing 3.x until that patch landed.
@@ -71,7 +71,7 @@ jobs:
7171

7272
include:
7373
# Apache Superset 6.x supports Python 3.12.
74-
- os: "ubuntu-22.04"
74+
- os: "ubuntu-latest"
7575
cratedb-version: "nightly"
7676
superset-version: "6.0.0rc2"
7777
python-version: "3.12"

0 commit comments

Comments
 (0)