Skip to content

Commit

Permalink
Check if Mac M1 build works
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed Oct 14, 2024
1 parent de4ceb2 commit 41939f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/luxon": "^1.27.1",
"@types/request": "^2.47.0",
"babel-loader": "^8.0.6",
"brs-engine": "^1.7.0",
"brs-engine": "^1.7.1",
"chai": "^4.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
Expand Down

0 comments on commit 41939f3

Please sign in to comment.