Skip to content

Commit

Permalink
CI: macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Jan 30, 2024
1 parent 82f5381 commit 45c92d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: Run tests
run: docker run -tt --env LANG=en_US.UTF-8 spectrum:tests-musl
macos:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Install MacPorts
run: |
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.7.2/MacPorts-2.7.2-12-Monterey.pkg"
sudo installer -store -pkg MacPorts-2.7.2-12-Monterey.pkg -target /
curl -L -O "https://github.com/macports/macports-base/releases/download/v2.9.0/MacPorts-2.9.0-14-Sonoma.pkg"
sudo installer -store -pkg MacPorts-2.9.0-14-Sonoma.pkg -target /
echo "https://packages.spectrum.im/macports/ports.tar.bz2" | sudo tee -a /opt/local/etc/macports/sources.conf
- name: Install dependencies
run: |
Expand Down

0 comments on commit 45c92d1

Please sign in to comment.