Skip to content

Commit

Permalink
ci: Use macos-latest runner like libgdx
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Aug 20, 2024
1 parent 62479e4 commit 6795171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pushaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

jobs:
macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
macos:
runs-on: macos-11
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6795171

Please sign in to comment.