Skip to content

Commit

Permalink
Run on latest macs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Oct 11, 2024
1 parent 399b0b6 commit 2293186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
create_release:
name: Create Release
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit 2293186

Please sign in to comment.