Skip to content

Commit d25fcd9

Browse files
committed
build woes
1 parent cb8f46e commit d25fcd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# use oldest possible ubuntu version in order to avoid compatibility errors with libc
18-
os: [ubuntu-22.04, macos-14]
18+
os: [ubuntu-22.04, macos-15]
1919
fail-fast: false
2020
steps:
2121
- uses: actions/checkout@v6
@@ -44,7 +44,7 @@ jobs:
4444
echo "VERSION=$TAG" > version.mak
4545
fi
4646
47-
if [ $OS == "macos-14" ]; then
47+
if [ $OS == "macos-15" ]; then
4848
#port selfupdate
4949
port install expat +universal
5050
make -f Makefile.mac64

0 commit comments

Comments
 (0)