Skip to content

Commit

Permalink
ci: test macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Dec 17, 2024
1 parent b3d3fe2 commit e12dab2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
matrix:
os:
- macos-14
- macos-15
otp:
- 26
openssl:
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
env:
QUICER_TLS_VER: ${{ matrix.openssl }}
run: |
export QUICER_TLS_VER
wget https://s3.amazonaws.com/rebar3/rebar3
sudo mv rebar3 /usr/local/bin/ && sudo chmod +x /usr/local/bin/rebar3
erl -eval 'erlang:display(erlang:system_info(system_version)),halt()'
Expand Down

0 comments on commit e12dab2

Please sign in to comment.