Skip to content

Commit 57e16fa

Browse files
- Getting fragile.
1 parent 4557a16 commit 57e16fa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/actionlint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ self-hosted-runner:
22
# Labels of self-hosted runner in array of string
33
labels:
44
- ubuntu-latest-m
5-
- arm-ubuntu-22-04-runner-one
5+
- arm-ubuntu-22-04-runner-one
6+
- macos-13 # should not be necessary
7+
- macos-14 # should not be necessary

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ jobs:
863863
864864
macosbuild:
865865
name: MacOS Build
866-
runs-on: macos-14
866+
runs-on: macos-13
867867
timeout-minutes: ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
868868
steps:
869869
- name: Check out code into the Go module directory
@@ -1002,7 +1002,7 @@ jobs:
10021002

10031003
macosarmbuild:
10041004
name: MacOS ARM Build
1005-
runs-on: macos-14
1005+
runs-on: macos-13
10061006
timeout-minutes: ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
10071007
steps:
10081008

0 commit comments

Comments
 (0)