Skip to content

Commit

Permalink
GHA to macOS latest, and update checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Jun 24, 2023
1 parent ed3ffaa commit 8b9ab73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
swift:
name: on Big Sur
runs-on: macos-11
name: on macOS latest
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: setup Swift
Expand Down

0 comments on commit 8b9ab73

Please sign in to comment.