Skip to content

Commit

Permalink
2.x: Fixing macos-14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 14, 2024
1 parent b851b42 commit f6a5454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ce-dev-build-dev-2.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: '2.x-devel: Build the devel ce-dev base and controller images'

# Run this workflow only on a push/merged PR to branch devel
on:
push:
branches:
- 2.x-devel
tags:
- 2.*
workflow_dispatch:
tags:
- 2.*

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ce-dev-test-macos-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# We build mkcert from source because releases are broken
- name: Install test dependencies
run: |
sudo apt-get update
sudo apt-get install -y p7zip-full libnss3-tools wget
sudo brew update
sudo brew install -y p7zip-full libnss3-tools wget
cd /tmp
wget https://go.dev/dl/go1.22.1.darwin-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.darwin-arm64.tar.gz
Expand Down

0 comments on commit f6a5454

Please sign in to comment.