mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
Run freebsd on Ubuntu 24
This commit is contained in:
parent
d6762b7c56
commit
9bf35beda1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/freebsd.yml
vendored
4
.github/workflows/freebsd.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue