Skip to content

Commit

Permalink
github actions macOS-latest is still macOS-12
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Oct 27, 2023
1 parent aa77f83 commit 01e8f8d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ on:

jobs:
build:
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: swift build
podspec:
runs-on: macOS-latest
runs-on: macOS-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '^15.0.1'
- uses: actions/checkout@v2
- run: bundle install
- run: bundle exec pod lib lint

0 comments on commit 01e8f8d

Please sign in to comment.