Skip to content

Commit

Permalink
rename runners to use new naming for big sur
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jun 8, 2021
1 parent 6585428 commit 68efaec
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease_manual.yml
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_prerelease_pr.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_manual.yml
Expand Up @@ -4,7 +4,7 @@ on: [workflow_dispatch]

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_pr.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: macos-11.0
runs-on: macos-11

steps:
- name: Checkout python repo
Expand Down
2 changes: 2 additions & 0 deletions Nudge.xcodeproj/project.pbxproj
Expand Up @@ -582,6 +582,7 @@
CURRENT_PROJECT_VERSION = 1.0.1;
DEVELOPMENT_ASSET_PATHS = "\"Nudge/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Nudge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -610,6 +611,7 @@
CURRENT_PROJECT_VERSION = 1.0.1;
DEVELOPMENT_ASSET_PATHS = "\"Nudge/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Nudge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down

0 comments on commit 68efaec

Please sign in to comment.