Skip to content

Commit

Permalink
ci: test platform on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed May 22, 2024
1 parent 86850ca commit 4b1fbd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14, ubuntu-20.04, ubuntu-22.04]
os: [macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14, ubuntu-20.04, ubuntu-22.04]
os: [macos-14, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]

steps:
- name: Checkout
Expand Down

0 comments on commit 4b1fbd1

Please sign in to comment.