Skip to content

Commit 428519e

Browse files
authored
ubuntu 22 > 24
1 parent 9a1b0d7 commit 428519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
# macos-15-intel uses x86-64 machine, macos-14 and macos-15 uses aarch64
19-
os: [macos-15-intel, macos-15, ubuntu-22.04, ubuntu-24.04-arm]
19+
os: [macos-15-intel, macos-15, ubuntu-24.04, ubuntu-24.04-arm]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)