mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 15:25:32 +00:00
fix(ci): upgrade Ubuntu image to 24.04
For some reason the `cargo +beta clippy` step is failing because `libsqlite3-sys` starts requiring Glibc >= 2.39 but I don't have time to figure out why and I can't reproduce it in a clean environment.
This commit is contained in:
parent
7a2a94e7b5
commit
c3fd645409
16
.github/workflows/sqlx.yml
vendored
16
.github/workflows/sqlx.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
name: Format
|
name: Format
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: rustup component add rustfmt
|
- run: rustup component add rustfmt
|
||||||
@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
check:
|
check:
|
||||||
name: Check
|
name: Check
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [ async-std, tokio ]
|
runtime: [ async-std, tokio ]
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
check-minimal-versions:
|
check-minimal-versions:
|
||||||
name: Check build using minimal versions
|
name: Check build using minimal versions
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
sqlite:
|
sqlite:
|
||||||
name: SQLite
|
name: SQLite
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runtime: [ async-std, tokio ]
|
runtime: [ async-std, tokio ]
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
name: Postgres
|
name: Postgres
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
postgres: [ 17, 13 ]
|
postgres: [ 17, 13 ]
|
||||||
@ -284,7 +284,7 @@ jobs:
|
|||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
name: MySQL
|
name: MySQL
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
mysql: [ 8 ]
|
mysql: [ 8 ]
|
||||||
@ -373,7 +373,7 @@ jobs:
|
|||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
name: MariaDB
|
name: MariaDB
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
mariadb: [ verylatest, 11_4, 10_11, 10_4 ]
|
mariadb: [ verylatest, 11_4, 10_11, 10_4 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user