Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
strategy:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-15, macos-15-intel]
os: [ ubuntu-latest, ubuntu-24.04-arm, ubuntu-26.04
, macos-latest, macos-14, macos-15, macos-26
]
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
[
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
]
(
Expand Down
1 change: 0 additions & 1 deletion mk-solc-static-pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ let
{
x86_64-linux = "solc-static-linux";
aarch64-linux = "solc-static-linux-arm";
x86_64-darwin = "solc-macos-amd64";
aarch64-darwin = "solc-macos-aarch64";
}
# We musnt' throw here, since nixos-rebuild seems not liking it.
Expand Down
6 changes: 0 additions & 6 deletions test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
[
"x86_64-linux"
"aarch64-linux"
"x86_64-darwin"
"aarch64-darwin"
]
(
Expand Down Expand Up @@ -49,11 +48,6 @@
]
else if system == "aarch64-linux" then
[ solc_0_8_31 ]
else if system == "x86_64-darwin" then
[
solc_0_4_11
solc_0_7_6
]
else if system == "aarch64-darwin" then
[ solc_0_8_5 ]
else
Expand Down