Skip to content

Commit dd303b4

Browse files
author
Paweł Salawa
committed
Updated macOS action to move to macOS 14 runner, as 13 is getting deprecated.
1 parent b9b91af commit dd303b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mac_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
build:
31-
runs-on: macos-13
31+
runs-on: macos-14
3232

3333
steps:
3434
#- name: Debug
@@ -47,9 +47,9 @@ jobs:
4747
- name: Reconfigure MacPorts
4848
run: |
4949
MACPORTS_CONF="/opt/local/etc/macports/macports.conf"
50-
sudo sed -i '' 's/^macosx_deployment_target.*/macosx_deployment_target 13.0/' "$MACPORTS_CONF"
50+
sudo sed -i '' 's/^macosx_deployment_target.*/macosx_deployment_target 14.0/' "$MACPORTS_CONF"
5151
if ! grep -q "^macosx_deployment_target" "$MACPORTS_CONF"; then
52-
echo "macosx_deployment_target 13.0" | sudo tee -a "$MACPORTS_CONF"
52+
echo "macosx_deployment_target 14.0" | sudo tee -a "$MACPORTS_CONF"
5353
fi
5454
sudo port selfupdate
5555

0 commit comments

Comments
 (0)