]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/main.yml
Force the allocator to be looked up from the perspective of the rustc binary
[rust.git] / .github / workflows / main.yml
index 9d67886ba8698b7920e3cd58aa884945c0be827f..9d3ed3ac5d0c38dc7d7d656c1821f9467448f699 100644 (file)
@@ -34,7 +34,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: ubuntu-20.04 # FIXME switch to ubuntu-22.04 once #1303 is fixed
+          - os: ubuntu-latest
             env:
               TARGET_TRIPLE: x86_64-unknown-linux-gnu
           - os: macos-latest
@@ -226,7 +226,8 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: ubuntu-20.04 # FIXME switch to ubuntu-22.04 once #1303 is fixed
+          # FIXME update at some point in the future once most distros use a newer glibc
+          - os: ubuntu-20.04
             env:
               TARGET_TRIPLE: x86_64-unknown-linux-gnu
           - os: macos-latest