Skip to content

Commit

Permalink
chore: change macos runner from maxos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 5, 2024
1 parent 7f0d49f commit 755370e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "head_tag=${tag}" >> $GITHUB_OUTPUT
build:
runs-on: macos-12
runs-on: macos-13
needs: prepare
if: "(github.event_name == 'push' && needs.prepare.outputs.head_tag == '') || github.event_name == 'pull_request' || github.event_name == 'schedule'"
steps:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

test:
needs: [build, build-matrix]
runs-on: macos-12
runs-on: macos-13
continue-on-error: ${{ matrix.flavor.experimental }}
strategy:
max-parallel: 5
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: macos-12
runs-on: macos-13
needs: test
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 755370e

Please sign in to comment.