Skip to content

Commit

Permalink
Replace macOS placeholder CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jun 11, 2024
1 parent f60320b commit 6bce7c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS-placeholder
name: macos-minimal_usage
on:
push:
branches:
Expand All @@ -9,17 +9,18 @@ on:
# Declare default permissions as read only.
permissions: read-all
jobs:
macOS-minimal:
runs-on: macos-latest
macos_minimal_usage:
runs-on: macos-14
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
#- uses: eessi/github-action-eessi@main
# with:
# eessi_config_package: 'https://github.com/EESSI/filesystem-layer/releases/download/v0.3.0/cvmfs-config-eessi-0.3.0.pkg'
# run_local_checkout: 'true'
- name: Test EESSI
- uses: ./
# - name: Test EESSI
# run: |
# direnv status
# module avail
# shell: bash
- name: Test available repos
run: |
echo "This is only a placeholder until we figure out how to enable macOS support"
echo "if we fix it, make sure to edit the README to include the macOS badge"
echo "which is currently commented out"
ls /cvmfs/software.eessi.io
ls /cvmfs/dev.eessi.io
shell: bash
26 changes: 0 additions & 26 deletions .github/workflows/minimal-usage_macos.yml

This file was deleted.

0 comments on commit 6bce7c6

Please sign in to comment.