We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8af9d commit 7d06de0Copy full SHA for 7d06de0
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
# - { target: x86_64-apple-darwin , os: macos-10.15 }
82
# - { target: x86_64-pc-windows-gnu , os: windows-2022 }
83
# - { target: x86_64-pc-windows-msvc , os: windows-2022 }
84
- - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
+ - { target: x86_64-unknown-linux-gnu , os: ubuntu-24.04 }
85
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
86
steps:
87
- name: Export GitHub Actions cache environment variables
0 commit comments