Run freebsd on Ubuntu 24

This commit is contained in:
Sylvestre Ledru 2024-09-06 16:10:11 +02:00 committed by GitHub
parent d6762b7c56
commit 9bf35beda1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-22.04 , features: unix }
- { os: ubuntu-24.04 , features: unix }
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
@ -120,7 +120,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-22.04 , features: unix }
- { os: ubuntu-24.04 , features: unix }
env:
mem: 4096
SCCACHE_GHA_ENABLED: "true"