Skip to content

Commit 6e193fe

Browse files
authoredNov 25, 2024··
👷 Run compile action on ubuntu 24.04 too (#277)
1 parent 00482c4 commit 6e193fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
29+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest]
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.