Skip to content

Commit ff0e3ce

Browse files
authored
👷 ci: update Ubuntu runner to 24.04 (#234)
1 parent 79fee8e commit ff0e3ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎.github/workflows/rcalc-test.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ env:
1414

1515
jobs:
1616
test-rcalc:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v7
21-
- name: Install Dependencies
22-
run: sudo apt update && sudo apt install -y libtinfo5
2321
- name: Update rust toolchain
2422
run: rustup update
2523
- name: Install LLVM and Clang

0 commit comments

Comments
 (0)