Skip to content

Commit

Permalink
Merge pull request #31 from SimonIT/macos-latest
Browse files Browse the repository at this point in the history
ci: Use macos-latest runner like libgdx
  • Loading branch information
MrStahlfelge authored Aug 25, 2024
2 parents 8b8a543 + 6795171 commit 3cd779f
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 3cd779f

Please sign in to comment.