Skip to content

Commit

Permalink
CI: Switch tests over to Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Jun 7, 2024
1 parent 77db427 commit 1d4394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push]
jobs:
test:
# The 64-bit tests don't work on Ubuntu 20.04.
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Cache Cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
test:
# The 64-bit tests don't work on Ubuntu 20.04.
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Cache Cargo
Expand Down

0 comments on commit 1d4394a

Please sign in to comment.