Skip to content

Commit

Permalink
fix: macos-latest -> macos-13 (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosbalasko authored Aug 20, 2024
1 parent 1e93b49 commit cadd5c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electronbuilder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
os: [macos-13, ubuntu-latest, windows-2019]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
os: [macos-13, ubuntu-latest, windows-2019]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# if: needs.release.outputs.new_release_published == 'true'
# strategy:
# matrix:
# os: [macos-latest, ubuntu-latest, windows-2019]
# os: [macos-13, ubuntu-latest, windows-2019]

# steps:
# - name: Check out Git repository
Expand Down

0 comments on commit cadd5c2

Please sign in to comment.