File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 - name : Harden Runner
1919 uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
2020 with :
21- egress-policy : block
22- allowed-endpoints : >
23- azure.archive.ubuntu.com:80
24- esm.ubuntu.com:443
25- files.pythonhosted.org:443
26- github.com:443
27- motd.ubuntu.com:443
28- packages.microsoft.com:443
29- pypi.org:443
21+ egress-policy : audit
22+ # allowed-endpoints: >
23+ # azure.archive.ubuntu.com:80
24+ # esm.ubuntu.com:443
25+ # files.pythonhosted.org:443
26+ # github.com:443
27+ # motd.ubuntu.com:443
28+ # packages.microsoft.com:443
29+ # pypi.org:443
3030
3131 - name : Checkout Repository
3232 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4949 build-netcdf :
5050 name : Build (${{ matrix.build_type }}; ${{ matrix.os }}; NetCDF=True)
5151 needs : lint
52- runs-on : ubuntu-latest
52+ runs-on : ${{ matrix.os }}
5353 strategy :
5454 matrix :
5555 os : [ ubuntu-latest, macos-latest ]
@@ -105,7 +105,7 @@ jobs:
105105 build :
106106 name : Build (${{ matrix.build_type }}; ${{ matrix.os }}; NetCDF=False)
107107 needs : lint
108- runs-on : ubuntu-latest
108+ runs-on : ${{ matrix.os }}
109109 strategy :
110110 matrix :
111111 os : [ ubuntu-latest, macos-latest, windows-latest ]
You can’t perform that action at this time.
0 commit comments