Skip to content

Commit

Permalink
Use macos-13 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 18, 2024
1 parent a725dc6 commit 4c5e378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

jobs: {
macos-xcode: {
runs-on: macos-12,
runs-on: macos-13,
env: {
DEVELOPER_DIR: /Applications/Xcode_13.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
},
steps: [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
macos-scons: {
runs-on: macos-12,
runs-on: macos-13,
steps: [
{
name: checkout,
Expand Down
2 changes: 2 additions & 0 deletions proj/xc12/BoE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2305,6 +2305,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
Expand Down Expand Up @@ -2420,6 +2421,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO;
Expand Down

0 comments on commit 4c5e378

Please sign in to comment.