We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8f46e commit d25fcd9Copy full SHA for d25fcd9
1 file changed
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
# use oldest possible ubuntu version in order to avoid compatibility errors with libc
18
- os: [ubuntu-22.04, macos-14]
+ os: [ubuntu-22.04, macos-15]
19
fail-fast: false
20
steps:
21
- uses: actions/checkout@v6
@@ -44,7 +44,7 @@ jobs:
44
echo "VERSION=$TAG" > version.mak
45
fi
46
47
- if [ $OS == "macos-14" ]; then
+ if [ $OS == "macos-15" ]; then
48
#port selfupdate
49
port install expat +universal
50
make -f Makefile.mac64
0 commit comments