Skip to content

Commit 4a49288

Browse files
committed
use proper images
1 parent ce57b93 commit 4a49288

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/testing.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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
@@ -49,7 +49,7 @@ jobs:
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 ]

0 commit comments

Comments
 (0)