Skip to content

Commit e12dab2

Browse files
committed
ci: test macos-15
1 parent b3d3fe2 commit e12dab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
matrix:
6262
os:
6363
- macos-14
64+
- macos-15
6465
otp:
6566
- 26
6667
openssl:
@@ -89,6 +90,7 @@ jobs:
8990
env:
9091
QUICER_TLS_VER: ${{ matrix.openssl }}
9192
run: |
93+
export QUICER_TLS_VER
9294
wget https://s3.amazonaws.com/rebar3/rebar3
9395
sudo mv rebar3 /usr/local/bin/ && sudo chmod +x /usr/local/bin/rebar3
9496
erl -eval 'erlang:display(erlang:system_info(system_version)),halt()'

0 commit comments

Comments
 (0)