Skip to content

Commit

Permalink
Update macos-13 runners to macos-14 in remaining CI workflows (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy authored Jul 29, 2024
1 parent b3c79b9 commit ce81c58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump_internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# This doesn't need Xcode, so could technically run on Ubuntu, but find_asana_release_task.sh
# uses BSD-specific `date` syntax, that doesn't work with GNU `date` (available on Linux).
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 10

outputs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

name: Set Up Variants

runs-on: macos-13
runs-on: macos-14
timeout-minutes: 15

outputs:
Expand All @@ -76,7 +76,7 @@ jobs:

name: Download Release App and upload artifact

runs-on: macos-13
runs-on: macos-14
timeout-minutes: 15

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

name: Test Shell Scripts

runs-on: macos-13
runs-on: macos-14

steps:
- name: Check out the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# This doesn't need Xcode, so could technically run on Ubuntu, but actions that add comments and tasks
# in Asana use BSD-specific sed syntax, that doesn't work with GNU sed (available on Linux).
runs-on: macos-13
runs-on: macos-14

env:
asana-task-url: ${{ github.event.inputs.asana-task-url || inputs.asana-task-url }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"location" : "https://github.com/apple/swift-syntax",
"state" : {
"revision" : "64889f0c732f210a935a0ad7cda38f77f876262d",
"version" : "509.1.1"
Expand Down

0 comments on commit ce81c58

Please sign in to comment.