Skip to content

Commit

Permalink
test: revert to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Apr 25, 2024
1 parent faa8938 commit 530e758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
rln_version : [1, 2]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
matrix:
rln_version : [1, 2]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 60

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
needs: tag-name
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
arch: [amd64]
include:
- os: macos-latest
- os: macos-13
arch: arm64
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
build-and-upload:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
arch: [amd64]
include:
- os: macos-latest
- os: macos-13
arch: arm64
runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down

0 comments on commit 530e758

Please sign in to comment.