Skip to content

Commit

Permalink
chore(ci): update macos runners to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Feb 1, 2024
1 parent 12b7516 commit 30d4745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: cmake -H. -Bcmake-build -GNinja -DENABLE_WEBTUNNELCLIENTLIB=ON -DENABLE_WEBTUNNELAGENTLIB=ON && cmake --build cmake-build --target all

macos-clang-cmake:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- run: brew install openssl@3 ninja
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
scp cmake-build/bin/*.gz remote-clients.tar.gz ${{ secrets.MACCHINA_USER }}@$STAGING_HOST:$STAGING_DIR/$GITHUB_SHA/bin/raspberrypi/bullseye/armv7l
release_macos12_x86_64:
runs-on: macos-12
runs-on: macos-13
steps:
-
name: Checkout
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
scp cmake-build/bin/*.gz remote-clients.tar.gz ${{ secrets.MACCHINA_USER }}@$STAGING_HOST:$STAGING_DIR/$GITHUB_SHA/bin/macos/monterey/x86_64
release_macos12_arm64:
runs-on: macos-12-arm64
runs-on: macos-13-arm64
steps:
-
name: Checkout
Expand Down

0 comments on commit 30d4745

Please sign in to comment.