Skip to content

Commit

Permalink
Update macOS GHA runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Jul 17, 2024
1 parent 02ee40f commit 0bb2a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- platform: linux
os: ubuntu-latest
- platform: osx
os: macos-11
os: macos-latest
- platform: windows
os: windows-latest
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- platform: linux
os: ubuntu-latest
- platform: osx
os: macos-11
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- platform: linux
os: ubuntu-latest
- platform: osx
os: macos-11
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 0bb2a17

Please sign in to comment.